summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-11-06 16:01:24 -0400
committerAllen Winter <allen.winter@kdab.com>2021-11-06 16:01:24 -0400
commit58f86d6c53f8f95ee31bd80d7451a006e29171c1 (patch)
treefc75cbea0546fc5f360195153f59575f18f02411 /appveyor.yml
parent626f0b608ca5f37975974a7180f2be274f9438cd (diff)
downloadlibical-git-58f86d6c53f8f95ee31bd80d7451a006e29171c1.tar.gz
appveyor.yml - disable Vala again
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 3ddc581b..21829113 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -48,9 +48,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 ..
- #-DGOBJECT_INTROSPECTION=True disabled for now. missing
+ #-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 -DICAL_GLIB_VAPI=True ..
+ - 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