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




commit 9c8831504e46af4818f1c02b720d946564280ed2
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 | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64b5df150..f0ab53e90 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,10 @@ stages:
   stage: test
 
   script:
+    - git clone https://github.com/mesonbuild/meson
+    - cd meson
+    - pip3 install --user .
+    - cd ..
     - mkdir build
     - cd build
     - meson .. -Db_lto=true -Db_coverage=true -Dsystemd_user_services=false


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