1
0
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:
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