1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 00:09:43 +00:00

Install Qt if missing

This commit is contained in:
AnyOldName3 2020-10-07 19:12:13 +00:00
parent a47d96ce0b
commit cfd9268a74

View file

@ -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