We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acde801 commit 46abd83Copy full SHA for 46abd83
.travis.yml
@@ -178,7 +178,7 @@ jobs:
178
179
install:
180
- ccache --max-size=1G
181
- - cmake -H. -Bbuild "-DCMAKE_CXX_COMPILER=${COMPILER}" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=." "-Denable_security_tests=true" "-Denable_cbmc_tests=true"
+ - cmake -H. -Bbuild "-DCMAKE_CXX_COMPILER=${COMPILER}" "-Denable_security_tests=true" "-Denable_cbmc_tests=false"
182
- cmake --build build -- -j4
183
- ( cd build; make install )
184
# - make -C cbmc/src minisat2-download
0 commit comments