diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-22 09:08:03 +0100 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-22 09:08:03 +0100 | 
| commit | 286fc43b7b837bcd3786d46df3f4de7c965a392b (patch) | |
| tree | c7cb7511a1df6f0be2e6eb02bf3a56d661f199e9 | |
| parent | 3255ff66dab0870c54c8f5c62b1c461b38abfe20 (diff) | |
| download | dabmod-286fc43b7b837bcd3786d46df3f4de7c965a392b.tar.gz dabmod-286fc43b7b837bcd3786d46df3f4de7c965a392b.tar.bz2 dabmod-286fc43b7b837bcd3786d46df3f4de7c965a392b.zip  | |
Add Travis build for --enable-trace configuration
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6722ebe..e664812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,10 @@ matrix:        compiler: gcc        addons: *linuxaddons +    - env: MATRIX_EVAL="CC=gcc-6 CXX=g++-6" CONF="--disable-output-uhd --enable-trace" +      compiler: gcc +      addons: *linuxaddons +  before_install:    - eval "${MATRIX_EVAL}"    - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi  | 
