Skip to content

Commit

Permalink
Moves to the new Travis CI infrastructure.
Browse files Browse the repository at this point in the history
Enable 'ccache' for caching 'gcc'.
  • Loading branch information
arteymix committed Feb 7, 2016
1 parent 8fe48a7 commit 525d392
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@ language: c
compiler:
- gcc

before_install:
- sudo add-apt-repository --yes ppa:vala-team
- sudo apt-get update --quiet
- sudo apt-get install --yes --force-yes valac libglib2.0-bin libglib2.0-dev
libsoup2.4-dev libfcgi-dev python-pip valadoc
- sudo pip install cpp-coveralls sphinx PyYAML
cache: ccache

addons:
apt:
sources:
- vala-team
packages:
- valac
- libglib2.0-bin
- libglib2.0-dev
- libsoup2.4-dev
- libfcgi-dev
- python-pip
- valadoc

install:
- pip install --user cpp-coveralls sphinx PyYAML

before_script:
- ./waf configure --enable-gcov
Expand Down

0 comments on commit 525d392

Please sign in to comment.