From df37e6a4dacfb969450dc9a3ff65e3f5fc03af20 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Thu, 28 Mar 2024 07:46:11 +0100 Subject: CI: Make the macOS build optional While it would be nice to make sure this build passes before each merge, it's not possible at the moment due to: * The build running on my macOS system, which might not always be available. * The runner currently being limited to the mana group, so it will not run on jobs triggered by MRs from outside that group. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 388f114f..0cbe67e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ ubuntu-build: macos-build: stage: build + allow_failure: true tags: - macos variables: -- cgit v1.2.3-60-g2f50