summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-02-01 11:02:22 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-02-01 11:05:37 +0100
commitfafd2b19437afc5e7220ef584fe223245f6d9bd1 (patch)
tree2960166e2414b6c21d328545ca975d93df298cb5 /.gitlab
parent133683a354b2584b753eb87bba194dce39a881a5 (diff)
downloadgdk-pixbuf-fafd2b19437afc5e7220ef584fe223245f6d9bd1.tar.gz
ci: install mingw gtk-doc
This should pull in all the xslt/docbook deps we might need
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test-msys2.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab/ci/test-msys2.sh b/.gitlab/ci/test-msys2.sh
index 008b7c437..56258b3de 100644
--- a/.gitlab/ci/test-msys2.sh
+++ b/.gitlab/ci/test-msys2.sh
@@ -19,7 +19,8 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-libpng \
mingw-w64-$MSYS2_ARCH-libtiff \
mingw-w64-$MSYS2_ARCH-meson \
- mingw-w64-$MSYS2_ARCH-toolchain
+ mingw-w64-$MSYS2_ARCH-toolchain \
+ mingw-w64-$MSYS2_ARCH-gtk-doc
meson --buildtype debug \
-Dx11=false \