[gobject-introspection: 2/3] CI: also build the example using libgirepository



commit 1460c2d100a2f066831cbc60c5203e13c6076ae5
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Tue May 19 19:13:15 2020 +0200

    CI: also build the example using libgirepository

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18e49f5a..e9e79b97 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,10 @@ example-meson:
     - ninja -C _build
     - sudo ninja -C _build install
     - g-ir-inspect --print-typelibs --print-shlibs GISample
+    # also build a small program using libgirepository
+    - cd ../girepository
+    - meson _build
+    - ninja -C _build
 
 example-autotools:
   stage: build


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