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

Install CMake on MacOS if it's missing

This commit is contained in:
AnyOldName3 2020-10-07 19:06:28 +00:00
parent c34fd220db
commit a47d96ce0b

View File

@ -60,7 +60,8 @@ MacOS:
tags:
- macos
stage: build
allow_failure: true
before_script:
- command -v cmake >/dev/null 2>&1 || brew install cmake
script:
- rm -fr build/* # remove anything in the build directory
- CI/before_install.osx.sh