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:
parent
c34fd220db
commit
a47d96ce0b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user