summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-03-28 07:46:11 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-03-28 07:09:27 +0000
commitdf37e6a4dacfb969450dc9a3ff65e3f5fc03af20 (patch)
treebe6ca9926efe64487bf223434b6c5f992d121e27
parenteafb9d28563cfc78250d0e0d6f12992e91156727 (diff)
downloadmana-df37e6a4dacfb969450dc9a3ff65e3f5fc03af20.tar.gz
mana-df37e6a4dacfb969450dc9a3ff65e3f5fc03af20.tar.bz2
mana-df37e6a4dacfb969450dc9a3ff65e3f5fc03af20.tar.xz
mana-df37e6a4dacfb969450dc9a3ff65e3f5fc03af20.zip
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.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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: