Skip to content

Commit

Permalink
refactor(travis): move packages into apt.packages key
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagon6 committed Jan 16, 2019
1 parent d07a9cf commit 3772205
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ language: ruby
os: linux
sudo: required
dist: trusty
addons:
apt:
update: true
sources:
- sourceline: 'ppa:latthias/qgis-travis-deps'
packages:
- ruby-all-dev
- rake
- cmake
- pkg-config
- g++
- libfftw3-dev
- libffi-dev
- libqt5scintilla2-dev
- qtbase5-dev
- qttools5-dev
- qttools5-dev-tools
- qt5-default
- libqt5opengl5-dev
- libqt5svg5-dev
- libqwt-qt5-dev
- libboost-all-dev
compiler: gcc

cache:
Expand All @@ -17,11 +39,6 @@ rvm:
- 2.5.1

before_install:
- sudo apt-get update
- sudo apt-get --yes install ruby-all-dev rake cmake pkg-config g++ libfftw3-dev libffi-dev
- sudo add-apt-repository ppa:latthias/qgis-travis-deps -y
- sudo apt-get update -q
- sudo apt-get --yes install libqt5scintilla2-dev qtbase5-dev qttools5-dev qttools5-dev-tools qt5-default libqt5opengl5-dev libqt5svg5-dev libqwt-qt5-dev libboost-all-dev
- wget http://aubio.org/pub/aubio-0.4.4.tar.bz2
- tar xvjf aubio-0.4.4.tar.bz2
- cd aubio-0.4.4
Expand Down

0 comments on commit 3772205

Please sign in to comment.