aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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: