Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a small comment about the memleak introduced here
[simgrid.git] / .appveyor.yml
index 976c6c1..9b6af2e 100644 (file)
@@ -45,7 +45,8 @@ install:
 build_script:
 - 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 python-bindings # Only the Java and Python parts
-- ctest --output-on-failure -R java python
+- ctest --output-on-failure -R java
+- ctest --output-on-failure -R python
 
 artifacts:
 - path: simgrid.jar