]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: don't compile embedded libevent + clang on OSX
authorVincent Bernat <vincent@bernat.im>
Tue, 30 Dec 2014 18:37:33 +0000 (19:37 +0100)
committerVincent Bernat <vincent@bernat.im>
Tue, 30 Dec 2014 18:37:33 +0000 (19:37 +0100)
We already try with Linux, that should be enough.

.travis.yml
.travis/run.sh

index 3fb1359aac2119ee47622437b39ec7767e8d72a0..0b2a9b82e3005657b33ccc9a50f1628562c9b09e 100644 (file)
@@ -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"
index 2de144567d3cf8a13a6338db6b166c1b4e94791e..091af086bfa596c65ecf20779e5aded1ab322b64 100755 (executable)
@@ -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