Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix ctest invocation on appveyor.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Jan 2019 21:56:22 +0000 (22:56 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Jan 2019 21:56:22 +0000 (22:56 +0100)
.appveyor.yml

index 976c6c1..7a6d599 100644 (file)
@@ -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