gitlab-ci: Report errors on debian

This commit is contained in:
Andreas Schneider
2018-09-27 18:06:23 +02:00
parent cc513c4c9a
commit 096d966e43

View File

@@ -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: