Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More ptrace portability in model checker.
[simgrid.git] / .appveyor.yml
index 9e7c6b3..50c86f6 100644 (file)
@@ -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