summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@gnome.org>2024-02-01 10:41:03 +0000
committerPhilip Withnall <pwithnall@gnome.org>2024-02-01 10:41:03 +0000
commitd4a8ac9214a3f43434592efc672c86eda5ccc211 (patch)
tree897ff6923c5c3fd53336572a3454827330217fcc
parent55353d23ec45796b689f2c482cbc048656a0ed98 (diff)
ci: Don’t run xdgmime tests from subproject
xdgmime has its own CI, so we don’t need to run their tests when using xdgmime as a subproject. This is handy, because currently those tests sigsegv on the shared-mime-info infrastructure and we can’t work out why. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1aa762..0cead7b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,7 +103,7 @@ fedora-x86_64-container_prep:
# Compile and test shared-mime-info
- meson setup _build
- meson compile -C _build
- - meson test -C _build
+ - meson test -C _build --no-suite xdgmime
- meson dist -C _build
artifacts:
when: always