Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Travis: make "du" more verbose.
[simgrid.git] / .travis.yml
index c920898..544b719 100644 (file)
@@ -41,12 +41,14 @@ jobs:
     - os: linux
       script:
       - sudo apt-get update -qq
--     - sudo apt-get install cmake valgrind gfortran libboost-dev libboost-all-dev libdw-dev libevent-dev libunwind8-dev pybind11-dev
+      - sudo apt-get install cmake valgrind gfortran libboost-dev libboost-all-dev libdw-dev libevent-dev libunwind8-dev pybind11-dev
       - (cmake -Denable_model-checking=ON  -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON . || (echo XXX CMakeOutput.log; cat /home/travis/build/simgrid/simgrid/CMakeFiles/CMakeOutput.log; echo XXX CMakeError.log;cat /home/travis/build/simgrid/simgrid/CMakeFiles/CMakeError.log; exit 1))
       - make -j2 VERBOSE=1 all tests && ctest -j2 --output-on-failure
     - 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 -hc /tmp || true
+#      -  mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java
     - os: osx
       osx_image: xcode11
       script: