From c637b7a30c8adc64b4faf910b59d8374c82c4024 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sun, 21 Jan 2018 23:28:54 +0100 Subject: Attempt to have gitlab build a .deb with cpack --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3