1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

Fix travis osx build.

This commit is contained in:
sledgehammer999 2016-12-02 23:11:05 +02:00
parent f7194eecb0
commit b971eb52ee

View File

@ -3,7 +3,7 @@ language: cpp
os: os:
- linux - linux
- osx - osx
osx_image: xcode7 osx_image: xcode7.3
env: env:
matrix: matrix:
@ -127,7 +127,7 @@ install:
cp "version" $HOME/hombebrew_cache ; cp "version" $HOME/hombebrew_cache ;
cd "$HOME/hombebrew_cache" ; cd "$HOME/hombebrew_cache" ;
wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar.rb ; wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar.rb ;
wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar-1.0.10.yosemite.bottle.tar.gz ; wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar-1.0.10.el_capitan.bottle.tar.gz ;
fi fi
# dependencies # dependencies
@ -137,7 +137,7 @@ install:
# Copy custom libtorrent bottle to homebrew's cache so it can find and install it # Copy custom libtorrent bottle to homebrew's cache so it can find and install it
# Also install our custom libtorrent formula by passing the local path to it # Also install our custom libtorrent formula by passing the local path to it
# These 2 files are restored from Travis' cache. # These 2 files are restored from Travis' cache.
cp "$HOME/hombebrew_cache/libtorrent-rasterbar-1.0.10.yosemite.bottle.tar.gz" "$(brew --cache)" ; cp "$HOME/hombebrew_cache/libtorrent-rasterbar-1.0.10.el_capitan.bottle.tar.gz" "$(brew --cache)" ;
brew install "$HOME/hombebrew_cache/libtorrent-rasterbar.rb" ; brew install "$HOME/hombebrew_cache/libtorrent-rasterbar.rb" ;
# Qt # Qt