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 <marcjeanmougin@free.fr>2018-01-23 00:14:43 +0000
commita13e8c342a93c5b4725a4775bbe0f31706bbb6dc (patch)
treefeaac8722b8c3e0ab5fbd75660f5cbbf43418d55 /.gitlab-ci.yml
parentConfigure CPack (diff)
downloadinkscape-a13e8c342a93c5b4725a4775bbe0f31706bbb6dc.tar.gz
inkscape-a13e8c342a93c5b4725a4775bbe0f31706bbb6dc.zip
Attempt to have gitlab build a .deb with cpack
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 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