summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-23 16:21:39 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-23 16:21:39 +0200
commitfcc6b39a136349870357ace9e431ff0e437f46d4 (patch)
treebdf8b32d57fde1e04f91965441385148774af2a9 /.travis.yml
parent16cf18056b8b79f9b3e86b09bc91f55f714a9ff1 (diff)
downloaddabmod-fcc6b39a136349870357ace9e431ff0e437f46d4.tar.gz
dabmod-fcc6b39a136349870357ace9e431ff0e437f46d4.tar.bz2
dabmod-fcc6b39a136349870357ace9e431ff0e437f46d4.zip
Add configure option to disable march=native
Packagers must be able to override these options themselves
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2eeb47c..2bd4ad6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,4 +29,8 @@ script:
./bootstrap.sh
CC=gcc-6 CXX=g++-6 ./configure --disable-output-uhd
make
+ - |
+ ./bootstrap.sh
+ CC=gcc-6 CXX=g++-6 ./configure --disable-output-uhd --disable-native
+ make