Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to understand where/when space is missing on travis+windows.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 8 Oct 2019 13:43:48 +0000 (15:43 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 9 Oct 2019 15:40:26 +0000 (17:40 +0200)
.travis.yml

index 7d4dd04..ebe6fc1 100644 (file)
@@ -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: