summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-11-06 11:03:27 -0400
committerAllen Winter <allen.winter@kdab.com>2021-11-06 11:03:27 -0400
commit8f0e0f8113a96d5136834ba9550cde9e62290f7b (patch)
tree54aecfbd714baba7c26e23a999c30cb462ef8540 /appveyor.yml
parent49a61f45a3d105881a758da1d325aac8491d2ecd (diff)
downloadlibical-git-8f0e0f8113a96d5136834ba9550cde9e62290f7b.tar.gz
appveyor.yml - disable GOBJECT_INTROSPECTION and GLIB_VAPI
pkgconfig reports: No package 'gobject-introspection-1.0' found need to investigate this
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b3394c18..0ab66350 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -51,7 +51,9 @@ build_script:
- mkdir build
- cd build
- cmd: cmake -G Ninja -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DLIBICAL_BUILD_TESTING=True -DENABLE_GTK_DOC=True -DICAL_GLIB=False ..
- - sh: cmake -G Ninja -DCMAKE_BUILD_TYPE=$CONFIGURATION -DLIBICAL_BUILD_TESTING=True -DENABLE_GTK_DOC=True -DICAL_GLIB=True -DGOBJECT_INTROSPECTION=True -DICAL_GLIB_VAPI=True ..
+ #-DGOBJECT_INTROSPECTION=True -DICAL_GLIB_VAPI=True disabled for now. missing
+ # pkgconfig reports: No package 'gobject-introspection-1.0' found
+ - sh: cmake -G Ninja -DCMAKE_BUILD_TYPE=$CONFIGURATION -DLIBICAL_BUILD_TESTING=True -DENABLE_GTK_DOC=True -DICAL_GLIB=True ..
- cmake --build .
- cmd: cmake --build . --target install
- sh: sudo cmake --build . --target install