Build mingw-32 in CI with fontconfig disabled

This gives us one build in CI that has FreeType enabled and Fontconfig
disabled in order to ensure this combination builds.

Building the Fontconfig backend with Mingw is still checked in the
mingw-64 build.
This commit is contained in:
Adrian Johnson 2024-06-10 13:18:56 +09:30
parent 00ce12846a
commit f1b781e99d

View file

@ -271,7 +271,8 @@ mingw-32 build:
script:
- mkdir builddir
- cd builddir
- mingw32-meson --default-library=both
# Test building with FreeType enabled and Fontconfig disabled
- mingw32-meson --default-library=both -Dfontconfig=disabled
- ninja install
artifacts:
expire_in: "7 days"