From: Arnaud Giersch Date: Fri, 11 Oct 2019 11:11:30 +0000 (+0200) Subject: Don't try to run tests after build failure. X-Git-Tag: v3.25~550 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fc1bd0fb37a08a6f1bba4994733ce3a7b2b4f428 Don't try to run tests after build failure. --- diff --git a/.travis.yml b/.travis.yml index 544b719956..f70cbd4750 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,13 +59,9 @@ jobs: - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . - df -h - du -hs /tmp || true - - mingw32-make.exe VERBOSE=1 java-all - - df -h - - du -hs /tmp || true - - ctest --output-on-failure -R java + - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java - df -h - du -hc /tmp || true -# - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java - os: osx osx_image: xcode11 script: