summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2019-03-06 13:48:56 +0000
committerThomas Holder <thomas@thomas-holder.de>2019-03-06 19:14:11 +0000
commitc2207a88bfd02f595395b570857e4fa25724c50d (patch)
treecff223d911582d86cc15e8e8ecc1b76d6babe44d /.gitlab-ci.yml
parentMerge branch 'DontRotateCustomPaper' of gitlab.com:Skrapion/inkscape (diff)
downloadinkscape-c2207a88bfd02f595395b570857e4fa25724c50d.tar.gz
inkscape-c2207a88bfd02f595395b570857e4fa25724c50d.zip
fix ci: exclude some stuff from artifacts
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f1d0f197..b64f140e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ inkscape:linux:
- make -j3 install
- make -j3 tests
- cpack -G DEB
+ - rm -rf src _CPack_Packages # exclude from artifacts
- cd ..
artifacts:
expire_in: 1 year