summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-25 13:53:56 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-25 13:54:05 +0000
commit254b17977e228a4ec419c98e95588d564d36ddb1 (patch)
tree718148d0e95d535e9627d988a32d75b6a6535022 /.gitlab-ci.yml
parent1df1955b0494b8c4f8581dffa0805e55e2394e6e (diff)
downloaddbus-254b17977e228a4ec419c98e95588d564d36ddb1.tar.gz
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 <smcv@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d70b94af..294438b0 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'