diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-12 05:03:15 +0000 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-12 05:03:15 +0000 |
| commit | ddce5d04e06c9fddcded7c8e5364b8afa9fffc8c (patch) | |
| tree | c606fe5e335a12acc12e9ff49257b6d606acdcc3 /.gitlab-ci.yml | |
| parent | Small fixes to README (diff) | |
| download | inkscape-ddce5d04e06c9fddcded7c8e5364b8afa9fffc8c.tar.gz inkscape-ddce5d04e06c9fddcded7c8e5364b8afa9fffc8c.zip | |
ci: Remove tarballing of build artifacts.
GitLab supports specifying directories as artifacts, so hopefully
letting GitLab archive it will be a bit faster.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34db594a4..fd61174bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,14 +25,12 @@ inkscape: - cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug - make - cd .. - - tar vfcz inkscape-build.tgz build/ artifacts: paths: - - inkscape-build.tgz + - build/ test: stage: test script: - - tar xvfz inkscape-build.tgz - cd build - make test |
