From 946ac0ee2872f9049901f5c1679578db671ec069 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 25 Jan 2019 11:19:30 +0100 Subject: gitlab-ci: Enable building the ssh_server_fuzzer with clang Signed-off-by: Andreas Schneider Reviewed-by: Anderson Toshiyuki Sasaki --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3