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 addf069..0894dd9 100644 (file)
@@ -43,10 +43,10 @@ build_script:
 - if not [%COMPILER%]==[MSVC15]                      cmake -G "MinGW Makefiles"             -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF .
 - if [%COMPILER%]==[MSVC15]     msbuild ALL_BUILD.vcxproj /verbosity:normal
 - 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
+- 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