tahoma2d/ci-scripts/osx/travis-install.sh

9 lines
308 B
Bash
Raw Normal View History

2016-07-01 23:23:32 +12:00
#!/bin/bash
brew update
2017-04-06 13:58:31 +12:00
brew install glew lz4 lzo libusb
brew tap tcr/tcr
brew install clang-format
2017-04-06 13:58:31 +12:00
# revert to the previous version of the formula to get qt5.6.1-1
curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/fdfc724dd532345f5c6cdf47dc43e99654e6a5fd/Formula/qt5.rb
brew install ./qt5.rb