summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 109f97b8..94c75706 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -42,12 +42,12 @@ configuration:
- Debug
install:
- - sh: if [ "`uname -s`" = "Darwin" ]; then brew install ninja; fi
+ - sh: if [ "`uname -s`" = "Darwin" ]; then brew install ninja gtk-doc; else sudo apt-get install gtk-doc; fi
build_script:
- mkdir build
- cd build
- - cmd: cmake -G Ninja -DCMAKE_BUILD_TYPE=%CONFIGURATION% ..
+ - cmd: cmake -G Ninja -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DENABLE_GTK_DOC=OFF ..
- sh: cmake -G Ninja -DCMAKE_BUILD_TYPE=$CONFIGURATION ..
- cmake --build .
- cmd: cmake --build . --target install