mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-05 11:20:24 +01:00
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:
parent
2c11190b6a
commit
f8767c8e4a
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue