Install CMake on MacOS if it's missing

pull/3006/head^2
AnyOldName3 4 years ago
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…
Cancel
Save