diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-14 18:11:49 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-14 20:51:21 +0000 |
| commit | 05e73422b8b2f78be69bb8d15ae20a615daa37e3 (patch) | |
| tree | 9effb3a48da4fa38cd07f6a582e0ffe730150f61 | |
| parent | cmake: Add build target 'tests' which builds all tests (but does not execute ... (diff) | |
| download | inkscape-05e73422b8b2f78be69bb8d15ae20a615daa37e3.tar.gz inkscape-05e73422b8b2f78be69bb8d15ae20a615daa37e3.zip | |
CI/GitLab: Compile tests in build stage so they only need to be executed in test stage
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b19ea0943..9860f4f0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ inkscape:linux: - cd build - cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug - make -j3 + - make -j3 tests - cd .. artifacts: expire_in: 1 year |
