mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Travis: group apt packages
This commit is contained in:
parent
8c589b8579
commit
c2f9f57ef4
1 changed files with 4 additions and 10 deletions
14
.travis.yml
14
.travis.yml
|
@ -62,18 +62,12 @@ addons:
|
||||||
- sourceline: 'ppa:adrozdoff/cmake'
|
- sourceline: 'ppa:adrozdoff/cmake'
|
||||||
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, colormake]
|
||||||
- automake
|
- [cmake, ninja-build]
|
||||||
- cmake
|
|
||||||
- colormake
|
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libboost-dev
|
- [libboost-dev, libboost-system-dev]
|
||||||
- libboost-system-dev
|
|
||||||
- libtorrent-rasterbar-dev
|
- libtorrent-rasterbar-dev
|
||||||
# Qt 5.5.1
|
- [qt55base, qt55tools]
|
||||||
- qt55base
|
|
||||||
- qt55tools
|
|
||||||
- ninja-build
|
|
||||||
- [gcc-6, g++-6]
|
- [gcc-6, g++-6]
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue