Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[windows] We don't use winsock2 since the death of GRAS, a few years ago
[simgrid.git] / appveyor.yml
index 860f5c5..65019e1 100644 (file)
@@ -44,11 +44,11 @@ build_script:
 - if [%COMPILER%]==[MSVC15]     msbuild ALL_BUILD.vcxproj /verbosity:normal
 - if not [%COMPILER%]==[MSVC15] mingw32-make
 
-#test_script:
-#- ctest --output-on-failure
+test_script:
+- ctest --verbose || true
 
 artifacts:
-- path: C:\projects\simgrid\simgrid.jar
+- path: simgrid.jar
   name: jarfile
 
 # notifications: