Skip to content

Commit

Permalink
Moves to the new Travis CI infrastructure.
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jul 18, 2015
1 parent f024940 commit 141553d
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,29 @@ 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 libgee-0.8-dev libfcgi-dev libctpl-dev python-pip
- sudo pip install cpp-coveralls sphinx PyYAML
addons:
apt:
sources:
- vala-team
packages:
- valac
- libglib2.0-bin
- libglib2.0-dev
- libsoup2.4-dev
- libgee-0.8-dev
- libfcgi-dev
- libctpl-dev
- python-pip

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

before_script:
- ./waf configure --enable-gcov --prefix=/usr
- ./waf configure --enable-gcov
- ./waf build
- sudo ./waf install

script:
- build/tests/tests
- LD_LIBRARY_PATH=build build/tests/tests
- sphinx-build docs build/docs

after_success:
Expand Down

0 comments on commit 141553d

Please sign in to comment.