From: Martin Quinson Date: Wed, 12 Oct 2016 23:26:36 +0000 (+0200) Subject: AppVeyor: don't build the doc, it's windows X-Git-Tag: v3_14~342 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/86ac8551e319117696f104ae2fa1b04427c6ef8a AppVeyor: don't build the doc, it's windows --- 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