]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Enable "debian mingw64 meson debug" by default
authorSimon McVittie <smcv@collabora.com>
Tue, 13 Jun 2023 12:59:21 +0000 (13:59 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 13 Jun 2023 12:59:21 +0000 (13:59 +0100)
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>
.gitlab-ci.yml

index 3f6b5a047be9264f19bab5fa8abe5c84fe6e9d16..7ab797575824f77152a07b41560848560b9d66b7 100644 (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"