1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-10-19 21:36:47 +02:00

Travis: group apt packages

This commit is contained in:
Eugene Shalygin 2017-05-31 16:35:40 +02:00
parent 8c589b8579
commit c2f9f57ef4

View File

@ -62,18 +62,12 @@ addons:
- sourceline: 'ppa:adrozdoff/cmake'
packages:
# packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
- autoconf
- automake
- cmake
- colormake
- [autoconf, automake, colormake]
- [cmake, ninja-build]
- libssl-dev
- libboost-dev
- libboost-system-dev
- [libboost-dev, libboost-system-dev]
- libtorrent-rasterbar-dev
# Qt 5.5.1
- qt55base
- qt55tools
- ninja-build
- [qt55base, qt55tools]
- [gcc-6, g++-6]
before_install: