From: Arnaud Giersch Date: Tue, 22 Jan 2019 22:07:43 +0000 (+0100) Subject: Fix++ X-Git-Tag: v3_22~498^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7d0ed4f4fb7ec0690c2c98cedbfc52a87a156d40 Fix++ Got: > ctest --output-on-failure -R 'java|python' > 'python'' is not recognized as an internal or external command, > operable program or batch file. > Command exited with code 255 --- diff --git a/.appveyor.yml b/.appveyor.yml index 7a6d599883..9b6af2ebcb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -45,7 +45,8 @@ 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 +- ctest --output-on-failure -R python artifacts: - path: simgrid.jar