aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:54:35 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:54:35 +0200
commit72141cae0be649ee872e441e47cc20d64f43023c (patch)
tree47f622eebe122ba2aba162beb529b4de7d1735b2
parentec842c3ca336a518a0bf65847b8f3d43457cb9dd (diff)
downloadlibssh-72141cae0be649ee872e441e47cc20d64f43023c.tar.gz
libssh-72141cae0be649ee872e441e47cc20d64f43023c.tar.xz
libssh-72141cae0be649ee872e441e47cc20d64f43023c.zip
gitlab: Disable client testing on freebsd
The host doesn't have cwrap installed. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fac71ed9..272c8fcf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,7 +104,7 @@ freebsd/x86-64:
script:
- mkdir -p obj && cd obj && cmake -DCMAKE_BUILD_TYPE=Debug
-DWITH_SFTP=ON -DWITH_SERVER=ON -DWITH_ZLIB=ON --DWITH_PCAP=ON
- -DUNIT_TESTING=ON -DCLIENT_TESTING=ON ..
+ -DUNIT_TESTING=ON ..
&& make -j$(nproc) && ctest --output-on-failure
tags:
- freebsd