From: Simon McVittie Date: Fri, 25 Feb 2022 13:53:56 +0000 (+0000) Subject: Disable MSVC CI by default for now X-Git-Tag: dbus-1.14.0~6^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254b17977e228a4ec419c98e95588d564d36ddb1;p=thirdparty%2Fdbus.git Disable MSVC CI by default for now The necessary CI runner doesn't seem to be available, and we shouldn't let that prevent us from merging dbus changes. This can be reverted when the runner comes back. Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d70b94aff..294438b0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,7 @@ variables: windows amd64 docker: stage: "build docker" + when: manual variables: # this file needs to be relative to docker/windows/ subdir # as it makes life easier in the powershell script @@ -158,6 +159,7 @@ xenial: .win-build: image: $WINDOWS_IMAGE + when: manual stage: build tags: - 'docker'