[gobject-introspection/wip/ci] ci: Only run the gobject-introspection test suite



commit 3efbea015a59d09bc3599730d0c41da962854573
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Mar 10 15:07:30 2018 +0000

    ci: Only run the gobject-introspection test suite
    
    We don't need to run the GLib test suite, in case we're building GLib as
    a subproject.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf5b340f..43e2d4d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ build-job:
     - meson --prefix /usr --libdir /usr/lib64 --buildtype debug -Dcairo=true _build .
     - cd _build
     - ninja
-    - meson test
+    - meson test --print-errorlogs --suite=gobject-introspection --no-suite=glib
   except:
     - tags
   artifacts:


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