From: Arnaud Giersch Date: Tue, 8 Oct 2019 13:43:48 +0000 (+0200) Subject: Try to understand where/when space is missing on travis+windows. X-Git-Tag: v3.24~6^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f97903c6d68dbc57429de6c64e9f46eb05c83887?ds=sidebyside Try to understand where/when space is missing on travis+windows. --- diff --git a/.travis.yml b/.travis.yml index 7d4dd0465f..ebe6fc1a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,8 @@ jobs: - os: windows script: - mv "C:/Program Files/Git/usr/bin/sh.exe" "sh-ignored.exe" + - df -h + - du -hs /tmp || true - choco install boost-msvc-12 python jdk8 - export CC=gcc - export CXX=g++ @@ -55,7 +57,15 @@ jobs: - export BOOST_INCLUDEDIR='C:/local/boost_1_58_0/include' - export JAVA_HOME='C:/Program Files/Java/jdk1.8.0_211' - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . - - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java + - 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 + - df -h + - du -hs /tmp || true +# - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java - os: osx osx_image: xcode11 script: