From 44d8c1d7d3418cae8f028405b66f97420399a364 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 19 Oct 2017 05:02:33 +0200 Subject: Travis: also compile faadalyse --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 519b550..ac4efd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,12 @@ script: ./bootstrap.sh ./configure make + - | + wget http://downloads.sourceforge.net/faac/faad2-2.7.tar.bz2 + tar -f faad2-2.7.tar.bz2 -x + cd faad2-2.7 + ./configure + make + cd .. + make -f Makefile.faadalyse -- cgit v1.2.3