mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 03:45:34 +00:00
I can write whatever as this'll be squashed
This commit is contained in:
parent
5ac66fd1ee
commit
45e5656b99
1 changed files with 3 additions and 5 deletions
|
@ -71,11 +71,9 @@ MacOS:
|
||||||
tags:
|
tags:
|
||||||
- macos
|
- macos
|
||||||
stage: build
|
stage: build
|
||||||
rules:
|
only:
|
||||||
- if: '$CI_PROJECT_ID == "7107382"'
|
variables:
|
||||||
allow_failure: false
|
- $CI_PROJECT_ID == "7107382"
|
||||||
- if: '$CI_PROJECT_ID != "7107382"'
|
|
||||||
allow_failure: true
|
|
||||||
script:
|
script:
|
||||||
- rm -fr build/* # remove anything in the build directory
|
- rm -fr build/* # remove anything in the build directory
|
||||||
- CI/before_install.osx.sh
|
- CI/before_install.osx.sh
|
||||||
|
|
Loading…
Reference in a new issue