Skip to content

Commit 60c8c3c

Browse files
committed
Travis: Calling directly make install.
1 parent 46abd83 commit 60c8c3c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.travis.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -178,25 +178,14 @@ jobs:
178178

179179
install:
180180
- ccache --max-size=1G
181-
- cmake -H. -Bbuild "-DCMAKE_CXX_COMPILER=${COMPILER}" "-Denable_security_tests=true" "-Denable_cbmc_tests=false"
182-
- cmake --build build -- -j4
181+
- cmake . -Bbuild "-DCMAKE_CXX_COMPILER=${COMPILER}" "-Denable_security_tests=true" "-Denable_cbmc_tests=false"
183182
- ( cd build; make install )
184-
# - make -C cbmc/src minisat2-download
185-
# - make -C cbmc/src boost-download
186-
# - make -C cbmc/src/ansi-c library_check
187-
# - make -C src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g -DUSE_BOOST ${EXTRA_CXXFLAGS}" -j2
188-
# - make -C cbmc/src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2 goto-analyzer.dir goto-cc.dir goto-diff.dir clobber.dir memory-models.dir
189183

190184
# LOCAL CHANGES: Added cbmc/ prefix, and added unit and regression tests to the end of the list.
191185

192186
script:
193187
- ( cd build; ctest -V -L CORE )
194188
- scripts/travis_run_regression_tests.sh
195-
# - if [ -e bin/gcc ] ; then export PATH=$PWD/bin:$PATH ; fi ;
196-
# - env UBSAN_OPTIONS=print_stacktrace=1 make -C cbmc/regression test "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}"
197-
# - make -C cbmc/unit "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2
198-
# - make -C cbmc/unit test
199-
# - make -C unit test "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g -DUSE_BOOST ${EXTRA_CXXFLAGS}"
200189

201190
before_cache:
202191
- ccache -s

0 commit comments

Comments
 (0)