Add clang build and test CIs

This commit is contained in:
Bhargava Shastry
2019-09-24 18:19:26 +02:00
parent 45583895fc
commit cb4925f4cf
2 changed files with 42 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Inherit default options
include("${CMAKE_CURRENT_LIST_DIR}/default.cmake")
# Disable Z3 and CVC4 since none of the existing fuzzers need them
set(USE_Z3 OFF CACHE BOOL "Disable Z3" FORCE)
# Enable Z3, disable CVC4
set(USE_Z3 ON CACHE BOOL "Enable Z3" FORCE)
set(USE_CVC4 OFF CACHE BOOL "Disable CVC4" FORCE)
# Build fuzzing binaries
set(OSSFUZZ ON CACHE BOOL "Enable fuzzer build" FORCE)