From e1fa61ec67029f1830d086f2dbce089b33c18e2c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 31 Jan 2020 00:29:36 +0100 Subject: [PATCH] travis: windows needs java+MSG --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a27b185c29..639e6781fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ jobs: - export JAVA_HOME='C:/Program Files/Java/jdk1.8.0_211' # We need pybind11. SimGrid will pick it automatically if the subdir is here # - git clone --depth=1 https://github.com/pybind/pybind11.git - - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . + - cmake -G "MinGW Makefiles" -Denable_java=ON -Denable_MSG=ON -Denable_lua=OFF -Denable_documentation=OFF -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . - df -h - du -hs /tmp || true - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java -- 2.20.1