1
0
Fork 0

actions: build as release for Windows CI

This commit is contained in:
Ryan 2020-12-23 03:58:36 -05:00 committed by Ryan Lucia
parent 9211b7b632
commit 32729800df
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
- name: Configure (Windows)
if: matrix.config.os == 'windows-latest'
# -Dfreetype2:png=enabled is a workaround for https://savannah.nongnu.org/bugs/?59458
run: meson build -Ddefault_library=static --force-fallback-for=zlib,harfbuzz -Dfreetype2:zlib=system -Dfreetype2:png=enabled -Dfreetype2:default_library=static
run: meson build -Ddefault_library=static --force-fallback-for=zlib,harfbuzz -Dfreetype2:zlib=system -Dfreetype2:png=enabled -Dfreetype2:default_library=static -Dbuildtype=release
- name: Configure (Linux)
if: matrix.config.os == 'ubuntu-latest'