mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 20:39:41 +00:00
Install Qt if missing
This commit is contained in:
parent
a47d96ce0b
commit
cfd9268a74
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue