diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-03-28 07:46:11 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-03-28 07:09:27 +0000 |
commit | df37e6a4dacfb969450dc9a3ff65e3f5fc03af20 (patch) | |
tree | be6ca9926efe64487bf223434b6c5f992d121e27 | |
parent | eafb9d28563cfc78250d0e0d6f12992e91156727 (diff) | |
download | mana-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.yml | 1 |
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: |