From 7fa00d582e992ad647f3a876baefa4c4731fad23 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 5 Aug 2018 02:39:17 +0200 Subject: [PATCH] appveyor: only build the java parts --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 40003c23fa..fe234b706b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: -- 2.20.1