]> git.ozlabs.org Git - ccan/commitdiff
.travis.yml: Remove external libraries
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 21 Nov 2016 12:35:22 +0000 (23:35 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 21 Nov 2016 12:35:22 +0000 (23:35 +1100)
The new makefile excludes all modules with external library dependencies
from the usual make check, meaning the libraries are not needed for the
Travis build.

Although it would be nice to include these modules, there are a bunch of
problems with sorting out a correct environment for them.  For now, just
leave them out.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
.travis.yml

index d7b4318ddcde7daabe4da6db7f888d08f79b82bd..34319bcb462d15e977f7c586ac6fc8e7a05644e3 100644 (file)
@@ -5,14 +5,6 @@ compiler:
   - gcc
   - clang
 
-addons:
-    apt:
-        packages:
-            - libjudy-dev
-            - libvorbis-dev
-            - libportaudio-dev
-            - libtalloc-dev
-
 script:
     - make -j2 -k quiet=1
     - make -k check quiet=1