Browse Source

Add Travis continuous integration

This enables building of the CCAN and running of all the tests on
https://travis-ci.org/

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Joel Stanley 11 years ago
parent
commit
f45214bf85
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .travis.yml

+ 14 - 0
.travis.yml

@@ -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