mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
travis: use apt addon for libtorrent and Qt packages
This commit is contained in:
parent
b2ff058bc0
commit
17e6eba50a
40
.travis.yml
40
.travis.yml
@ -47,21 +47,24 @@ addons:
|
|||||||
branch_pattern: $coverity_branch
|
branch_pattern: $coverity_branch
|
||||||
notification_email: sledgehammer999@qbittorrent.org
|
notification_email: sledgehammer999@qbittorrent.org
|
||||||
apt:
|
apt:
|
||||||
#sources:
|
sources:
|
||||||
# sources list: https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
|
# sources list: https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
|
||||||
#- ubuntu-toolchain-r-test
|
#- ubuntu-toolchain-r-test
|
||||||
#- boost-latest
|
#- boost-latest
|
||||||
|
- sourceline: 'ppa:qbittorrent-team/qbittorrent-stable'
|
||||||
|
- sourceline: 'ppa:beineri/opt-qt551-trusty'
|
||||||
packages:
|
packages:
|
||||||
# packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
|
# packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
|
||||||
- autoconf
|
- autoconf
|
||||||
- automake
|
- automake
|
||||||
- colormake
|
- colormake
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libboost-dev
|
- libboost-dev
|
||||||
- libboost-system-dev
|
- libboost-system-dev
|
||||||
# uncomment when Travis upgraded "Ubuntu 12.04 LTS" to a newer version whose repo will have a more up-to-date libtorrent package
|
- libtorrent-rasterbar-dev
|
||||||
#- libtorrent-rasterbar6
|
# Qt 5.5.1
|
||||||
|
- qt55base
|
||||||
|
- qt55tools
|
||||||
before_install:
|
before_install:
|
||||||
# only allow specific build for coverity scan, others will stop
|
# only allow specific build for coverity scan, others will stop
|
||||||
- if [ "$TRAVIS_BRANCH" = "$coverity_branch" ] && ! [ "$TRAVIS_OS_NAME" = "linux" -a "$lt_branch" = "RC_1_0" -a "$gui" = true ]; then exit ; fi
|
- if [ "$TRAVIS_BRANCH" = "$coverity_branch" ] && ! [ "$TRAVIS_OS_NAME" = "linux" -a "$lt_branch" = "RC_1_0" -a "$gui" = true ]; then exit ; fi
|
||||||
@ -94,17 +97,6 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
# repositories
|
|
||||||
sudo add-apt-repository --yes ppa:qbittorrent-team/qbittorrent-stable ;
|
|
||||||
sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty ;
|
|
||||||
sudo apt-get update -qq ;
|
|
||||||
|
|
||||||
# libtorrent
|
|
||||||
sudo apt-get install -qq libtorrent-rasterbar-dev ;
|
|
||||||
|
|
||||||
# Qt 5.5.1
|
|
||||||
sudo apt-get install -qq qt55base qt55tools ;
|
|
||||||
|
|
||||||
# build libtorrent from source
|
# build libtorrent from source
|
||||||
#if [ "$lt_branch" != "dist" ]; then
|
#if [ "$lt_branch" != "dist" ]; then
|
||||||
#cd "$HOME" && pwd && git clone --depth 1 https://github.com/arvidn/libtorrent.git --branch $lt_branch ;
|
#cd "$HOME" && pwd && git clone --depth 1 https://github.com/arvidn/libtorrent.git --branch $lt_branch ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user