Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start documenting Hosts in the new way
[simgrid.git] / .travis.yml
index bb91bcb..15a91d2 100644 (file)
@@ -57,12 +57,12 @@ jobs:
       - export BOOST_INCLUDEDIR='C:/local/boost_1_58_0/include'
       - export JAVA_HOME='C:/Program Files/Java/jdk1.8.0_211'
       # We need pybind11. SimGrid will pick it automatically if the subdir is here
-      - git clone --depth=1 https://github.com/pybind/pybind11.git
+      - git clone --depth=1 https://github.com/pybind/pybind11.git
       - 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 && ctest --output-on-failure -R java
-      - mingw32-make.exe VERBOSE=1 python-bindings && ctest --output-on-failure -R python
+      - mingw32-make.exe VERBOSE=1 python-bindings && ctest --output-on-failure -R python
       - df -h
       - du -hc /tmp || true
     - os: osx