Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Travis/windows doesn't like python.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 24 Jan 2020 22:18:30 +0000 (23:18 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 24 Jan 2020 22:19:04 +0000 (23:19 +0100)
ImportError: DLL load failed while importing simgrid: The specified module could not be found.

.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