aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-03-21 09:00:01 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-03-21 09:00:01 +0100
commite920bc5548bc20b63c66c149658cb44be071c747 (patch)
tree79d1e6d947e6605afe85d3781b7f884280f6e9b2 /.travis.yml
parent676cc46f076efeaddba52a578345e189e4f8f53e (diff)
downloaddabmod-e920bc5548bc20b63c66c149658cb44be071c747.tar.gz
dabmod-e920bc5548bc20b63c66c149658cb44be071c747.tar.bz2
dabmod-e920bc5548bc20b63c66c149658cb44be071c747.zip
Add UHD on OSX to Travis CI builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 21b55a3..b1f2779 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,13 +3,16 @@ language: c++
matrix:
include:
# Clang on OSX
- # Sadly, OutputUHD still needs clock_gettime() even if UHD is available
- # in homebrew
- env: MATRIX_EVAL="" CONF="--disable-output-uhd"
os: osx
osx_image: xcode9.1
compiler: clang
+ - env: MATRIX_EVAL="" CONF=""
+ os: osx
+ osx_image: xcode9.1
+ compiler: clang
+
# GCC and clang builds on Linux
- env: MATRIX_EVAL="CC=gcc-6 CXX=g++-6" CONF="--disable-zeromq --disable-output-uhd"
os: linux
@@ -56,6 +59,7 @@ before_install:
brew install zeromq || true
brew install boost || true
brew install fftw || true
+ brew install uhd || true
fi
script: