forked from premiere/premiere-libtorrent
try separating the package sources
This commit is contained in:
parent
2c37b9c514
commit
0e350d4ff3
|
@ -24,13 +24,16 @@ cache:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
- boost-latest
|
- boost-latest
|
||||||
packages:
|
packages:
|
||||||
- g++-4.9
|
|
||||||
- libboost1.55-all-dev
|
- libboost1.55-all-dev
|
||||||
- libboost1.55-tools-dev
|
- libboost1.55-tools-dev
|
||||||
- python2.7-dev
|
- python2.7-dev
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-4.9
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
Loading…
Reference in New Issue