[libsoup/fix-docs] ...




commit 01f5e74cc884a11166e3bba17716d91a4edd732d
Author: Patrick Griffis <pgriffis igalia com>
Date:   Tue Aug 3 16:39:05 2021 -0500

    ...

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99fa26d3..568d9f38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,8 +15,11 @@ stages:
 
 fedora-test:
   extends: .build
+  variables:
+    PKG_CONFIG: /usr/bin/pkg-config
   script:
     - cp .gitlab-ci/lcovrc ~/.lcovrc
+    - pkg-config --modversion glib-2.0
     - meson _build -Db_coverage=true -Dauto_features=enabled
     - meson compile -C _build
     - meson test --no-suite autobahn-quick --no-suite autobahn -C _build --verbose


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