Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] reactivate our tests now that the jarfile should work
[simgrid.git] / appveyor.yml
index 6d0dacf..0894dd9 100644 (file)
@@ -45,8 +45,8 @@ build_script:
 - if not [%COMPILER%]==[MSVC15] mingw32-make VERBOSE=1
 - cd C:/projects/simgrid/examples/java && java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml --log=root.thres:verbose --log=xbt.thres:info || true
 
 - if not [%COMPILER%]==[MSVC15] mingw32-make VERBOSE=1
 - cd C:/projects/simgrid/examples/java && java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml --log=root.thres:verbose --log=xbt.thres:info || true
 
-#test_script:
-#- ctest --verbose || true
+test_script:
+- ctest --output-on-failure || true
 
 artifacts:
 - path: simgrid.jar
 
 artifacts:
 - path: simgrid.jar