diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 14:45:09 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 14:45:09 -0400 |
commit | 569fad29b8428a70e0206c2c11dd3ca36588f7b9 (patch) | |
tree | e3633fb9e35f6343cba042e0e5f643d29d2b878f /.gitlab-ci | |
parent | 70223bbc5e4113a5182d09b19723cb3f09efd3d9 (diff) | |
download | pango-569fad29b8428a70e0206c2c11dd3ca36588f7b9.tar.gz |
ci: Install cantarell on win32
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 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 |