Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
appveyor: only build the java parts
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 5 Aug 2018 00:39:17 +0000 (02:39 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 5 Aug 2018 00:39:17 +0000 (02:39 +0200)
.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 .
 
 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:
 - ctest --output-on-failure -R java
 
 artifacts: