CI: Enable "debian mingw64 meson debug" by default

This gives us coverage for Meson mingw-w64 by default, but
cross-compiling from Debian with MSVCRT rather than a native compilation
on Windows with UCRT. When combined with "windows msys64 ucrt64 cmake",
this fills in most of the missing coverage caused by disabling
windows-meson-mingw-ucrt64 to work around dbus#462.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2023-06-13 13:59:21 +01:00
parent 2c11190b6a
commit f8767c8e4a

View file

@ -262,7 +262,6 @@ debian mingw64 meson debug:
extends:
- .meson-common
- .debian-build
when: manual
variables:
ci_host: "x86_64-w64-mingw32"
ci_variant: "debug"