diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-19 05:02:33 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-19 05:02:33 +0200 |
commit | 44d8c1d7d3418cae8f028405b66f97420399a364 (patch) | |
tree | 8391d878af5a5da814e314b6c336a93efcdf7ba4 | |
parent | 40256f90b7484605fd3d0e0f6217f2e5a7c4a1b6 (diff) | |
download | etisnoop-44d8c1d7d3418cae8f028405b66f97420399a364.tar.gz etisnoop-44d8c1d7d3418cae8f028405b66f97420399a364.tar.bz2 etisnoop-44d8c1d7d3418cae8f028405b66f97420399a364.zip |
Travis: also compile faadalyse
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |