From 1c42257346c0dd7c97b859b1c201ca215e06a797 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 2 Oct 2015 16:21:55 +0200 Subject: [PATCH] [appveyor] run the test that I've cooked for windows --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 86d84b324f..7754de9285 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 artifacts: - path: simgrid.jar -- 2.20.1