aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-01-25 11:19:30 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-07-04 11:56:04 +0200
commit946ac0ee2872f9049901f5c1679578db671ec069 (patch)
treeaa735f45ef3cf58da1384e843a9c2fff7eee446e
parent5a50fc6b0d51605288cd8c91d69ecd1acc2f9cf1 (diff)
downloadlibssh-946ac0ee2872f9049901f5c1679578db671ec069.tar.gz
libssh-946ac0ee2872f9049901f5c1679578db671ec069.tar.xz
libssh-946ac0ee2872f9049901f5c1679578db671ec069.zip
gitlab-ci: Enable building the ssh_server_fuzzer with clang
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c0af8e9..80882c89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -413,7 +413,8 @@ tumbleweed/openssl_1.1.x/x86_64/clang:
-DPICKY_DEVELOPER=ON
-DWITH_SFTP=ON -DWITH_SERVER=ON -DWITH_ZLIB=ON -DWITH_PCAP=ON
-DKRB5_CONFIG=/usr/lib/mit/bin/krb5-config
- -DUNIT_TESTING=ON -DCLIENT_TESTING=ON -DSERVER_TESTING=ON .. &&
+ -DUNIT_TESTING=ON -DCLIENT_TESTING=ON -DSERVER_TESTING=ON
+ -DFUZZ_TESTING=ON .. &&
make -j$(nproc) && ctest --output-on-failure
tags:
- shared