From d7356841db44b6921aa91a7a7359de010f45c468 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 1 Oct 2015 16:41:38 +0200 Subject: [PATCH] [appveyor] disable absolutely all tests --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 :( -- 2.20.1