mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 09:58:07 +02:00
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>
This commit is contained in:
parent
1df1955b04
commit
254b17977e
1 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue