Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
AppVeyor: don't build the doc, it's windows
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 12 Oct 2016 23:26:36 +0000 (01:26 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 12 Oct 2016 23:26:36 +0000 (01:26 +0200)
.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