X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f97903c6d68dbc57429de6c64e9f46eb05c83887..d4c5d40b6974f5ed2ee843e015be5eb3e7fd2309:/.travis.yml?ds=sidebyside diff --git a/.travis.yml b/.travis.yml index ebe6fc1a17..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 + - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java - df -h - - du -hs /tmp || true - - ctest --output-on-failure -R java - - df -h - - du -hs /tmp || true -# - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java + - du -hc /tmp || true - os: osx osx_image: xcode11 script: