X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52cdab43b062ef34f83de8c8ced7c29f43b2d16d..7d0ed4f4fb7ec0690c2c98cedbfc52a87a156d40:/.appveyor.yml?ds=sidebyside diff --git a/.appveyor.yml b/.appveyor.yml index 3653ad4df2..9b6af2ebcb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -44,8 +44,9 @@ 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 +- mingw32-make.exe VERBOSE=1 java-all python-bindings # Only the Java and Python parts - ctest --output-on-failure -R java +- ctest --output-on-failure -R python artifacts: - path: simgrid.jar