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 ae98a87..65019e1 100644 (file)
@@ -45,7 +45,11 @@ build_script:
 - if not [%COMPILER%]==[MSVC15] mingw32-make
 
 test_script:
-- ctest --output-on-failure
+- ctest --verbose || true
+
+artifacts:
+- path: simgrid.jar
+  name: jarfile
 
 # notifications:
 # - irc: "irc.debian.org#simgrid" # Not implemented by AppVeyor yet :(