mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:23:53 +00:00
Only use MacOS runners for this project, not forks
This commit is contained in:
parent
df178ed97c
commit
5e7e14c870
1 changed files with 4 additions and 1 deletions
|
@ -71,8 +71,11 @@ MacOS:
|
||||||
tags:
|
tags:
|
||||||
- macos
|
- macos
|
||||||
stage: build
|
stage: build
|
||||||
|
only:
|
||||||
|
variables:
|
||||||
|
- $CI_PROJECT_ID == "7107382"
|
||||||
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
|
||||||
- CI/before_script.osx.sh
|
- CI/before_script.osx.sh
|
||||||
- cd build; make -j2 package
|
- cd build; make -j2 package
|
||||||
|
|
Loading…
Reference in a new issue