Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
appveyor: also build and test python
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 22 Jan 2019 19:57:40 +0000 (20:57 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 22 Jan 2019 19:57:40 +0000 (20:57 +0100)
.appveyor.yml

index 3653ad4..976c6c1 100644 (file)
@@ -44,8 +44,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 # Only the Java parts
-- ctest --output-on-failure -R java
+- mingw32-make.exe VERBOSE=1 java-all python-bindings # Only the Java and Python parts
+- ctest --output-on-failure -R java python
 
 artifacts:
 - path: simgrid.jar