aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-09-27 18:06:23 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-27 18:06:23 +0200
commit096d966e4314c9fbc76f2e16ee2e9523608c4907 (patch)
treef4e28520ed371639f4f8521a4b56a270a8093d1d /.gitlab-ci.yml
parentcc513c4c9a057d6ae4ac4a1e3c90e0fdc13845b1 (diff)
downloadlibssh-096d966e4314c9fbc76f2e16ee2e9523608c4907.tar.gz
libssh-096d966e4314c9fbc76f2e16ee2e9523608c4907.tar.xz
libssh-096d966e4314c9fbc76f2e16ee2e9523608c4907.zip
gitlab-ci: Report errors on debian
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d763154..136f0ed7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -208,8 +208,9 @@ fedora/mingw32:
-DCMAKE_CXX_COMPILER="$(which $host-g++)"
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DUNIT_TESTING=ON -DWITH_SFTP=ON -DWITH_SERVER=ON -DWITH_ZLIB=ON
- -DWITH_PCAP=ON .. && make -j$(nproc)
- - ctest --output-on-failure -j$(nproc)
+ -DWITH_PCAP=ON .. &&
+ make -j$(nproc) &&
+ ctest --output-on-failure
tags:
- shared
except: