summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-06-12 05:03:15 +0000
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-06-12 05:03:15 +0000
commitddce5d04e06c9fddcded7c8e5364b8afa9fffc8c (patch)
treec606fe5e335a12acc12e9ff49257b6d606acdcc3
parentSmall fixes to README (diff)
downloadinkscape-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.
-rw-r--r--.gitlab-ci.yml4
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