diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-02-01 11:02:22 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-02-01 11:05:37 +0100 |
commit | fafd2b19437afc5e7220ef584fe223245f6d9bd1 (patch) | |
tree | 2960166e2414b6c21d328545ca975d93df298cb5 /.gitlab/ci | |
parent | 133683a354b2584b753eb87bba194dce39a881a5 (diff) | |
download | gdk-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/ci')
-rw-r--r-- | .gitlab/ci/test-msys2.sh | 3 |
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 \ |