From: Joel Stanley Date: Tue, 5 May 2015 11:53:30 +0000 (+0930) Subject: Add Travis continuous integration X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=f45214bf85dd683a8268042b217e98444b4a2573;p=ccan 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 Signed-off-by: David Gibson --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..249eac71 --- /dev/null +++ b/.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