From: Vincent Bernat Date: Tue, 30 Dec 2014 18:37:33 +0000 (+0100) Subject: travis: don't compile embedded libevent + clang on OSX X-Git-Tag: 0.7.14~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb213a1b5ba912f71d17bdbf4f6847c900bffca;p=thirdparty%2Flldpd.git travis: don't compile embedded libevent + clang on OSX We already try with Linux, that should be enough. --- diff --git a/.travis.yml b/.travis.yml index 3fb1359a..0b2a9b82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,6 @@ matrix: - os: linux compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json" - - os: osx - compiler: clang - env: LLDPD_CONFIG_ARGS="--with-embedded-libevent" - os: osx compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json" diff --git a/.travis/run.sh b/.travis/run.sh index 2de14456..091af086 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -15,7 +15,7 @@ case "${RUN_COVERITY}","${TRAVIS_BRANCH}" in esac ./autogen.sh -./configure $LLDPD_CONFIG_ARGS CFLAGS="-O0 -g -Wall -Werror -Wno-error=unused-function" +./configure $LLDPD_CONFIG_ARGS CFLAGS="-O0 -g -Wall -Werror" if [ x"${RUN_COVERITY}" = x"1" ]; then # Coverity build