[tracker/wip/carlosg/junit] ci: Fetch meson from git




commit 9097f6d82a420f6d08ec030cacf81f64f66b0799
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun Feb 14 21:01:24 2021 +0100

    ci: Fetch meson from git
    
    This should have better test output wrt TAP tests.

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64b5df150..8888beea1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,6 +65,11 @@ test-ubuntu-rolling:
 
 test-fedora-rawhide:
   image: registry.gitlab.gnome.org/gnome/tracker-oci-images/amd64/fedora:rawhide
+  before_script:
+    - git clone https://github.com/mesonbuild/meson
+    - cd meson
+    - pip3 install --user .
+    - cd ..
   <<: *test
 
 coverage-analysis:


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