summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-05-12 17:23:38 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-05-12 17:23:38 +0100
commit79cc9de3257bebbe78aa5146bacb0893f7c6a952 (patch)
tree6f26decb8acb5ea41a4ef973958351809e829dcd /.gitlab
parent9b7308cbb21e916fb1e6e682b2e1a3d7a75c48ea (diff)
downloadgdk-pixbuf-79cc9de3257bebbe78aa5146bacb0893f7c6a952.tar.gz
ci: Disable man pages on MSYS2
Otherwise we need docbook-xsl stylesheets for turning docbook into man pages.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test-msys2.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/test-msys2.sh b/.gitlab/ci/test-msys2.sh
index f9ac9e639..270807e2b 100644
--- a/.gitlab/ci/test-msys2.sh
+++ b/.gitlab/ci/test-msys2.sh
@@ -24,6 +24,7 @@ meson setup --buildtype debug \
-Dpng=enabled \
-Djpeg=enabled \
-Dtiff=enabled \
+ -Dman=false \
_build
meson compile -C _build