mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
[TravisCI] lock-on to libtorrent-rasterbar 1.0.9 version
This commit is contained in:
parent
409e877f8a
commit
6288cb4fd3
1 changed files with 4 additions and 1 deletions
|
@ -118,7 +118,10 @@ install:
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
# dependencies
|
# dependencies
|
||||||
brew update > /dev/null && brew install colormake ccache libtorrent-rasterbar ;
|
brew update > /dev/null ;
|
||||||
|
brew install colormake ccache ;
|
||||||
|
# libtorrent-rasterbar 1.0.9
|
||||||
|
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/477d5060fa093883204d70323965375353e03084/Formula/libtorrent-rasterbar.rb ;
|
||||||
|
|
||||||
# Qt
|
# Qt
|
||||||
if [ "$qt" = 4 ]; then brew install qt && ln -s /usr/local/Cellar/qt/4.8.7_2/plugins /usr/local ; fi ;
|
if [ "$qt" = 4 ]; then brew install qt && ln -s /usr/local/Cellar/qt/4.8.7_2/plugins /usr/local ; fi ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue