aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bf4662a..5785de5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ addons: &addons
- libzmq3
- libfaad-dev
- libfaad2
+ - automake
script:
- |
@@ -26,8 +27,11 @@ script:
sudo make install
popd
- |
- mkdir build
- cd build
- cmake ..
+ ./bootstrap.sh
+ CC=clang CXX=clang++ ./configure
+ make
+ - |
+ ./bootstrap.sh
+ ./configure
make