[pango/macos-introspection: 2/2] ci: Allow introspection on macos




commit 3ac0ed7275d482e7b6885cc21c436c8fa06ada0e
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 5 23:21:29 2021 -0500

    ci: Allow introspection on macos
    
    This is an attempt to see if using gobject-introspection
    as a subproject works.

 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20ecadc1..58891f5c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,8 +91,7 @@ macos:
     - pip3 install --user ninja
     - export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
   script:
-    - meson -Dintrospection=disabled
-            -Dcpp_std=c++11
+    - meson -Dcpp_std=c++11
             -Dpixman:tests=disabled
             _build
     - ninja -C _build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]