From: Arnaud Giersch Date: Tue, 22 Jan 2019 21:56:22 +0000 (+0100) Subject: Fix ctest invocation on appveyor. X-Git-Tag: v3_22~498^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e3b9240d52cdc8303239fbf1d7bc9a6d71c5a114?ds=sidebyside Fix ctest invocation on appveyor. --- diff --git a/.appveyor.yml b/.appveyor.yml index 976c6c11d0..7a6d599883 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -45,7 +45,7 @@ install: build_script: - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . - mingw32-make.exe VERBOSE=1 java-all python-bindings # Only the Java and Python parts -- ctest --output-on-failure -R java python +- ctest --output-on-failure -R 'java|python' artifacts: - path: simgrid.jar