Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the Storage::read_async and Storage::write_async methods
[simgrid.git] / .appveyor.yml
index 40003c2..fe234b7 100644 (file)
@@ -42,8 +42,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
-
+- mingw32-make.exe VERBOSE=1 java-all # Only the Java parts
 - ctest --output-on-failure -R java
 
 artifacts: