From: Martin Quinson Date: Thu, 1 Oct 2015 14:41:38 +0000 (+0200) Subject: [appveyor] disable absolutely all tests X-Git-Tag: v3_12~81 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d7356841db44b6921aa91a7a7359de010f45c468 [appveyor] disable absolutely all tests --- diff --git a/appveyor.yml b/appveyor.yml index ae98a87446..d5bdc011a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,8 +44,8 @@ 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 # notifications: # - irc: "irc.debian.org#simgrid" # Not implemented by AppVeyor yet :(