Skip to content

Commit 46abd83

Browse files
committed
Travis: Removal of explicit specification of DCMAKE_BUILD_TYPE and DCMAKE_INSTALL_PREFIX.
These variables are set automatically. So no need to set them to those values explicitly.
1 parent acde801 commit 46abd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178

179179
install:
180180
- 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"
181+
- cmake -H. -Bbuild "-DCMAKE_CXX_COMPILER=${COMPILER}" "-Denable_security_tests=true" "-Denable_cbmc_tests=false"
182182
- cmake --build build -- -j4
183183
- ( cd build; make install )
184184
# - make -C cbmc/src minisat2-download

0 commit comments

Comments
 (0)