File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211
211
name : " diffblue/cbmc"
212
212
description : " Travis build of ${TRAVIS_COMMIT}"
213
213
notification_email :
" [email protected] "
214
- build_command_prepend : " make -C src minisat2 -download"
214
+ build_command_prepend : " make -C src glucose -download"
215
215
build_command : " make -C src -j2"
216
216
branch_pattern : " develop"
217
217
before_install :
@@ -236,7 +236,7 @@ jobs:
236
236
237
237
install :
238
238
- ccache --max-size=1G
239
- - make -C src minisat2 -download
239
+ - make -C src glucose -download
240
240
- make -C src/ansi-c library_check
241
241
- make -C src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2
242
242
- make -C src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2 clobber.dir memory-models.dir
You can’t perform that action at this time.
0 commit comments