summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-03-27 14:44:20 -0400
committerBastien Nocera <hadess@hadess.net>2022-03-30 12:45:30 +0200
commit0722d76e952880f80a7f8f04aaa8446839d138d3 (patch)
tree691510c737a0b6ef01d72d0f5b60e3a5684919ec
parent92f6a09fda2b23c2ab95cede8eb0612ca96bd0f7 (diff)
ci: Fix shared-mime-info test not exercising our build
Pass the xdg-mime path to the shared-mime-info build system so that it actually uses our newly built binaries. This was always broken since shared-mime-info started using xdgmime as a submodule before xdgmime had a CI.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1ea511..a9763df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,5 +25,5 @@ build:meson:
# Compile shared-mime-info
- git clone https://gitlab.freedesktop.org/xdg/shared-mime-info.git
- cd shared-mime-info
- - meson _build
+ - meson _build -Dxdgmime-path=$PWD/../
- ninja -C _build test