X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84bbefd8858a51f029fcc71e4c5782cce69d7854..6a67ff3523fc9af2c5d0316c8fec2e7375230787:/.appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml index 9e7c6b33b3..50c86f604d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -33,7 +33,7 @@ install: - rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe" build_script: -- cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . +- cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . - C:\tools\mingw64\bin\mingw32-make.exe VERBOSE=1 - ctest --output-on-failure -R java