[tracker/wip/carlosg/junit] ci: Fetch meson from git
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/junit] ci: Fetch meson from git
- Date: Sun, 14 Feb 2021 20:14:38 +0000 (UTC)
commit 19f3852df196918e8d97199e985b43c8ae615ad8
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..d1970c8d2 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
+ - pip 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]