Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[appveyor] reactivate our tests now that the jarfile should work
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 7 Oct 2015 09:25:20 +0000 (11:25 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 7 Oct 2015 09:25:20 +0000 (11:25 +0200)
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