summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2022-05-15 08:42:47 +0200
committerUli Schlachter <psychon@znc.in>2022-05-15 08:42:47 +0200
commit02eac251b0e6bb1bc812754c68cc2603f7a6a239 (patch)
tree1c5e44fffc9153604a856646056dacc4565baec8 /.gitlab-ci.yml
parenta0dfb2c07308c8cdc2aa300a0238bc996d91aa36 (diff)
downloadcairo-02eac251b0e6bb1bc812754c68cc2603f7a6a239.tar.gz
Revert "ci: Make Windows jobs manual"
This reverts commit 9cfa5104648bb6ebaa264a2b427a8a991faee570. The vs2017 amd64 and x86 jobs where marked as manual in MR !285 with the following reasoning: The CI runners for Windows are currently timing out on the fd.o infrastructure. The issue is being worked on, but we should avoid blocking our entire CI pipeline until it's fixed, as it sounds it is going to take a while. It is time to re-enable these jobs. Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 873e1bfdb..c3bde7453 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -300,13 +300,11 @@ meson vs2017 amd64:
extends: '.build meson windows'
variables:
ARCH: 'amd64'
- when: 'manual'
meson vs2017 x86:
extends: '.build meson windows'
variables:
ARCH: 'x86'
- when: 'manual'
meson android arm64 fedora:
# TODO: should probably build our own image here some day