1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

[macOS, CI] Use CMake 3.12.4

See https://gitlab.com/OpenMW/openmw/issues/4767 for details.
This commit is contained in:
Nikolay Kasyanov 2018-12-25 21:04:21 +01:00 committed by Nikolay Kasyanov
parent a037e4c954
commit 956934911a

View File

@ -1,8 +1,9 @@
#!/bin/sh -e
brew update
brew outdated cmake || brew upgrade cmake
brew unlink cmake || true
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/a3b64391ebace30b84de8e7997665a1621c0b2c0/Formula/cmake.rb
brew switch cmake 3.12.4
brew outdated pkgconfig || brew upgrade pkgconfig
brew install qt