From: Simon McVittie Date: Tue, 13 Jun 2023 12:59:21 +0000 (+0100) Subject: CI: Enable "debian mingw64 meson debug" by default X-Git-Tag: dbus-1.15.8~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8767c8e4a464e7cd14c2fd8a685b46aad149305;p=thirdparty%2Fdbus.git 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 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f6b5a047..7ab797575 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"