mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Merge pull request #10469 from Chocobo1/travis
Reduce macOS CI build time
This commit is contained in:
commit
bc2cb057a9
13
.travis.yml
13
.travis.yml
@ -67,15 +67,6 @@ addons:
|
||||
- zlib1g-dev
|
||||
# required for Qt 5.9 from 'beineri' PPA
|
||||
- libgl1-mesa-dev
|
||||
homebrew:
|
||||
update: true
|
||||
packages:
|
||||
- [ccache, colormake]
|
||||
- boost
|
||||
- libtorrent-rasterbar
|
||||
- openssl
|
||||
- qt
|
||||
- zlib
|
||||
|
||||
before_install:
|
||||
# only allow specific build for coverity scan, others will stop
|
||||
@ -125,8 +116,8 @@ install:
|
||||
# dependencies
|
||||
PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
|
||||
brew outdated cmake || brew upgrade cmake
|
||||
brew outdated pkg-config || brew upgrade pkg-config
|
||||
brew update > /dev/null
|
||||
brew install ccache colormake boost libtorrent-rasterbar openssl qt zlib
|
||||
brew link --force qt zlib
|
||||
|
||||
if [ "$build_system" = "cmake" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user