Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only try to load winpthread on windows
[simgrid.git] / appveyor.yml
index ae98a87..86d84b3 100644 (file)
@@ -44,8 +44,12 @@ 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 --output-on-failure
+
+artifacts:
+- path: simgrid.jar
+  name: jarfile
 
 # notifications:
 # - irc: "irc.debian.org#simgrid" # Not implemented by AppVeyor yet :(