Revert "CI: Disable native Windows builds for now"

It seems they do work, it was just very slow to build the image.

This reverts commit a3a14ea09e.

Resolves: https://gitlab.freedesktop.org/dbus/dbus/-/issues/456
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2023-05-16 11:46:22 +01:00
parent 20c1eb5216
commit d994f85f4d

View file

@ -130,8 +130,6 @@ windows amd64 image:
echo "Failed to build the image"
Exit 1
}
# This is extremely slow, and is getting in the way of having CI at all
when: manual
.unix-host-build:
stage: build
@ -353,8 +351,6 @@ ubuntu jammy autotools:
- $WarningPreference = "Stop"
- $env:DBUS_TEST_MALLOC_FAILURES = 0
- $env:PATH += ";C:\bin"
# These are extremely slow, and are getting in the way of having CI at all
when: manual
windows msys64 ucrt64 cmake:
extends: .win-build