diff options
| -rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34db594a4..29d090da7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,16 +23,15 @@ inkscape: - mkdir -p build - cd build - cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug - - make + - make -j3 - cd .. - - tar vfcz inkscape-build.tgz build/ artifacts: + expire_in: 1 year paths: - - inkscape-build.tgz + - build/ test: stage: test script: - - tar xvfz inkscape-build.tgz - cd build - make test |
