aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-03-06 11:41:55 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-03-06 11:41:55 +0100
commitee5d65061c60ce70e03788f63f955ab536ece4c7 (patch)
tree4b01d491e3f6ea90582fd3ca212915d588e8bb05 /.travis.yml
parentbd7f4822b46881be20ed8d97bf4ed2e618292d6b (diff)
downloaddabmod-ee5d65061c60ce70e03788f63f955ab536ece4c7.tar.gz
dabmod-ee5d65061c60ce70e03788f63f955ab536ece4c7.tar.bz2
dabmod-ee5d65061c60ce70e03788f63f955ab536ece4c7.zip
Travis CI: uhd is not allowed, KISS is known to be broken
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index a57481e..a22a98f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,24 +11,18 @@ addons: &addons
- libtool
- libboost1.55-all-dev
- libcurl4-openssl-dev
- - libuhd-dev
- - libfftw3-dev
+ # libuhd-dev is not allowed
compiler:
- - gcc
- clang
script:
- |
./bootstrap.sh
- CC=clang CXX=clang++ ./configure --disable-zeromq
+ CC=clang CXX=clang++ ./configure --disable-zeromq --disable-output-uhd
make
- |
./bootstrap.sh
- CC=clang CXX=clang++ ./configure
- make
- - |
- ./bootstrap.sh
- CC=clang CXX=clang++ ./configure --enable-kiss-fft --enable-fft-simd
+ CC=clang CXX=clang++ ./configure --disable-output-uhd
make