From: Ralf Habacker Date: Tue, 1 Mar 2022 12:30:45 +0000 (+0100) Subject: CI: Switch active cmake related jobs to opensuse as default X-Git-Tag: dbus-1.15.0~82^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93073e95651cc105c3c8ca2b98cb9f7f62189d39;p=thirdparty%2Fdbus.git CI: Switch active cmake related jobs to opensuse as default Signed-off-by: Ralf Habacker --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d38e63cc1..e30e3e9f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,6 +116,7 @@ debian autotools legacy: debian cmake: extends: .debian-build + when: manual variables: ci_buildsys: "cmake-dist" @@ -139,6 +140,7 @@ debian mingw64 autotools: debian mingw64 cmake debug: extends: .debian-build + when: manual variables: ci_buildsys: "cmake" ci_host: "x86_64-w64-mingw32"