Skip to content

Commit

Permalink
Add Travis continuous integration
Browse files Browse the repository at this point in the history
This enables building of the CCAN and running of all the tests on
https://travis-ci.org/

Signed-off-by: Joel Stanley <[email protected]>
Signed-off-by: David Gibson <[email protected]>
  • Loading branch information
shenki authored and dgibson committed May 5, 2015
1 parent adc9081 commit f45214b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: c

install:
- sudo apt-get update -qq
# jset, jmap
- sudo apt-get install libjudy-dev
# wwviaudio
- sudo apt-get install libvorbis-dev libportaudio-dev
# tal
- sudo apt-get install libtalloc-dev

script:
- make
- make check

0 comments on commit f45214b

Please sign in to comment.