summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-27 13:06:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:28 -0400
commit80e1b8563bb82df30c5f87f7bae669cd6dffb862 (patch)
tree0e860e9c1b95d87e2e3bca22ee6079413c3e3d8a
parent76400dc7d7c25c5484e4ed21a41b38c7ccbfba32 (diff)
downloadpango-80e1b8563bb82df30c5f87f7bae669cd6dffb862.tar.gz
ci: Don't run HarfBuzz tests on Windows
HarfBuzz does that in its own ci.
-rw-r--r--.gitlab-ci/test-msys2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index cf8bd77a..a2862dd3 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -22,7 +22,7 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-toolchain \
mingw-w64-$MSYS2_ARCH-cantarell-fonts
-meson --buildtype debug --force-fallback-for harfbuzz _build
+meson --buildtype debug --force-fallback-for harfbuzz -Dharfbuzz:tests=disabled _build
cd _build
ninja