mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-25 12:41:01 +00:00
Install Qt if missing
This commit is contained in:
parent
a47d96ce0b
commit
cfd9268a74
@ -62,6 +62,7 @@ MacOS:
|
||||
stage: build
|
||||
before_script:
|
||||
- command -v cmake >/dev/null 2>&1 || brew install cmake
|
||||
- brew list qt || brew install qt
|
||||
script:
|
||||
- rm -fr build/* # remove anything in the build directory
|
||||
- CI/before_install.osx.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user