summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-16 14:45:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-16 14:45:09 -0400
commit569fad29b8428a70e0206c2c11dd3ca36588f7b9 (patch)
treee3633fb9e35f6343cba042e0e5f643d29d2b878f
parent70223bbc5e4113a5182d09b19723cb3f09efd3d9 (diff)
downloadpango-569fad29b8428a70e0206c2c11dd3ca36588f7b9.tar.gz
ci: Install cantarell on win32
-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 1338f9c6..7f513c77 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-libthai \
mingw-w64-$MSYS2_ARCH-cairo \
mingw-w64-$MSYS2_ARCH-meson \
- mingw-w64-$MSYS2_ARCH-toolchain
+ mingw-w64-$MSYS2_ARCH-toolchain \
+ mingw-w64-$MSYS2_ARCH-cantarell-fonts
meson --buildtype debug _build
cd _build