mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 09:18:11 +02:00
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:
parent
00ce12846a
commit
f1b781e99d
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue