summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-01-21 22:28:54 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-01-21 22:28:54 +0000
commitc637b7a30c8adc64b4faf910b59d8374c82c4024 (patch)
tree818fd95cc72778334cbc70f6fbca57a2f1a86628 /.gitlab-ci.yml
parentConfigure CPack (diff)
downloadinkscape-c637b7a30c8adc64b4faf910b59d8374c82c4024.tar.gz
inkscape-c637b7a30c8adc64b4faf910b59d8374c82c4024.zip
Attempt to have gitlab build a .deb with cpack
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fe5730e8..52b09337a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ inkscape:linux:
- cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH=$PWD/install_dir/
- make -j3 install
- make -j3 tests
+ - cpack -G DEB
- cd ..
artifacts:
expire_in: 1 year