1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2026-01-06 14:21:55 +03:00

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>
This commit is contained in:
Andreas Schneider
2019-01-25 11:19:30 +01:00
parent 5a50fc6b0d
commit 946ac0ee28

View File

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