]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Disable MSVC CI by default for now
authorSimon McVittie <smcv@collabora.com>
Fri, 25 Feb 2022 13:53:56 +0000 (13:53 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 25 Feb 2022 13:54:05 +0000 (13:54 +0000)
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 <smcv@collabora.com>
.gitlab-ci.yml

index d70b94afffff097ca4c4cfd9fd3b2be91c03e532..294438b0c18d54d400f09c2906d3a38684df4223 100644 (file)
@@ -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'