From: Martin Quinson Date: Fri, 2 Oct 2015 14:21:55 +0000 (+0200) Subject: [appveyor] run the test that I've cooked for windows X-Git-Tag: v3_12~56 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1c42257346c0dd7c97b859b1c201ca215e06a797 [appveyor] run the test that I've cooked for windows --- 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