Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix++
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Jan 2019 22:07:43 +0000 (23:07 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 22 Jan 2019 22:07:43 +0000 (23:07 +0100)
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

.appveyor.yml

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