@@ -229,6 +229,7 @@ jobs:
229
229
- ccache -z
230
230
- ccache --max-size=1G
231
231
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=/usr/bin/g++-5'
232
+ - git submodule update --init --recursive
232
233
- cmake --build build -- -j4
233
234
script : (cd build; ctest -V -L CORE -j2)
234
235
@@ -254,6 +255,7 @@ jobs:
254
255
- ccache -z
255
256
- ccache --max-size=1G
256
257
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=/usr/bin/g++-7'
258
+ - git submodule update --init --recursive
257
259
- cmake --build build -- -j4
258
260
script : (cd build; ctest -V -L CORE -j2)
259
261
@@ -287,6 +289,7 @@ jobs:
287
289
- ccache -z
288
290
- ccache --max-size=1G
289
291
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=/usr/bin/clang++-6.0' '-DCMAKE_CXX_FLAGS=-Qunused-arguments'
292
+ - git submodule update --init --recursive
290
293
- cmake --build build -- -j4
291
294
script : (cd build; ctest -V -L CORE -j2)
292
295
@@ -305,6 +308,7 @@ jobs:
305
308
- ccache -z
306
309
- ccache --max-size=1G
307
310
- cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_OSX_ARCHITECTURES=x86_64'
311
+ - git submodule update --init --recursive
308
312
- cmake --build build -- -j4
309
313
script : (cd build; ctest -V -L CORE -j2)
310
314
@@ -328,7 +332,7 @@ jobs:
328
332
name : " diffblue/cbmc"
329
333
description : " Travis build of ${TRAVIS_COMMIT}"
330
334
notification_email :
" [email protected] "
331
- build_command_prepend : " make -C jbmc/src java-models-library-download "
335
+ build_command_prepend : " make -C jbmc/src setup-submodules "
332
336
build_command_prepend : " make -C src minisat2-download"
333
337
build_command : " make -C src -j2; make -C jbmc/src -j2"
334
338
branch_pattern : " develop"
@@ -349,7 +353,7 @@ jobs:
349
353
install :
350
354
- ccache -z
351
355
- ccache --max-size=1G
352
- - make -C jbmc/src java-models-library-download
356
+ - make -C jbmc/src setup-submodules
353
357
- make -C src minisat2-download
354
358
- make -C src/ansi-c library_check
355
359
- make -C src/cpp library_check
0 commit comments