mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 21:09:40 +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
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- command -v cmake >/dev/null 2>&1 || brew install cmake
|
- command -v cmake >/dev/null 2>&1 || brew install cmake
|
||||||
|
- brew list qt || brew install qt
|
||||||
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…
Reference in a new issue