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