aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-18 08:44:13 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-18 08:44:13 +0100
commitff5d43af8f76bb59a057fb277ee3703948796ccb (patch)
tree81a3c768120798c84c668e90b88ae760f0c7d0b0 /.travis.yml
parent8468aed6e76237b0d10db48a6b53343b8794644b (diff)
downloaddabmod-ff5d43af8f76bb59a057fb277ee3703948796ccb.tar.gz
dabmod-ff5d43af8f76bb59a057fb277ee3703948796ccb.tar.bz2
dabmod-ff5d43af8f76bb59a057fb277ee3703948796ccb.zip
Travis: don't build with clang on linux
Apparently there's something wrong with the libc++ combined with boost. I'm afraid I don't care enough to fix this.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
index 31be35e..8e55706 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,25 +39,6 @@ matrix:
compiler: gcc
addons: *linuxaddons
- # Travis sets CC and CXX accordingly
- - env: MATRIX_EVAL="" CONF="--disable-output-uhd"
- compiler: clang
- addons: &linuxclang40
- apt:
- sources:
- - ubuntu-toolchain-r-test
- - llvm-toolchain-trusty-4.0
- packages:
- - libzmq3-dev
- - libzmq3
- - automake
- - libtool
- - libboost1.55-all-dev
- - libcurl4-openssl-dev
- - libfftw3-dev
- # libuhd-dev is not allowed
- - clang-4.0
-
before_install:
- eval "${MATRIX_EVAL}"
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi