summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-02-14 21:01:24 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-02-15 01:20:45 +0100
commit9097f6d82a420f6d08ec030cacf81f64f66b0799 (patch)
treeed6f949aa841f52289cdb9e925291fae842a2687
parent0dce0b905fa7c59a9a249f9b39fa1da29e411dea (diff)
downloadtracker-wip/carlosg/junit.tar.gz
ci: Fetch meson from gitwip/carlosg/junit
This should have better test output wrt TAP tests.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
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: