mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 10:21:11 +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:
|
tags:
|
||||||
- macos
|
- macos
|
||||||
stage: build
|
stage: build
|
||||||
allow_failure: true
|
before_script:
|
||||||
|
- command -v cmake >/dev/null 2>&1 || brew install cmake
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user