X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a7089160eb0a8dc3ecfa144dd31c4398436c663..d0709b755b9d461e062a8a3000323cea9f172f6d:/appveyor.yml diff --git a/appveyor.yml b/appveyor.yml index d697a71149..7754de9285 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,10 +20,10 @@ environment: # BOOST_LIBRARYDIR: c:\Libraries\boost\stage\lib matrix: - - COMPILER: MSVC15 - PLATFORM: Win32 - COMPILER: MinGW-w64 +# - COMPILER: MSVC15 +# PLATFORM: Win32 # - COMPILER: MSVC15 # PLATFORM: x64 @@ -47,6 +47,10 @@ build_script: test_script: - ctest --output-on-failure +artifacts: +- path: simgrid.jar + name: jarfile + # notifications: # - irc: "irc.debian.org#simgrid" # Not implemented by AppVeyor yet :( # Some source of inspiration: