X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff61fd7b944e5c07171d352d02b15a41261619a4..5235c43efb5a241152634c45ef1d8ccbc6d311b6:/appveyor.yml diff --git a/appveyor.yml b/appveyor.yml index ae98a87446..86d84b324f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 :(