1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-31 10:20:13 +00:00

Merge branch 'macos-runner-beta-fencing' into 'master'

Only use MacOS runners for this project

See merge request OpenMW/openmw!347
This commit is contained in:
AnyOldName3 2020-10-17 00:16:39 +00:00
commit bf45bd5802

View File

@ -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