Blame ci-scripts/osx/travis-install.sh
|
Michał Janiszewski |
839913 |
#!/bin/bash
|
|
Michał Janiszewski |
839913 |
brew update
|
|
shun_iwasawa |
85f887 |
brew install glew lz4 lzo libusb libmypaint
|
|
Shinya Kitaoka |
6fa9ac |
brew tap tcr/tcr
|
|
Shinya Kitaoka |
6fa9ac |
brew install clang-format
|
|
shun_iwasawa |
85f887 |
# obtain qt5.6 from the previous version of the formula
|
|
shun_iwasawa |
85f887 |
curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/fdfc724dd532345f5c6cdf47dc43e99654e6a5fd/Formula/qt5.rb
|
|
shun_iwasawa |
85f887 |
brew install ./qt5.rb
|