1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 02:45:32 +00:00

Only use MacOS runners for this project, not forks

This commit is contained in:
AnyOldName3 2020-10-17 00:16:39 +00:00
parent df178ed97c
commit 5e7e14c870

View file

@ -71,8 +71,11 @@ MacOS:
tags:
- macos
stage: build
only:
variables:
- $CI_PROJECT_ID == "7107382"
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_script.osx.sh
- cd build; make -j2 package