We already try with Linux, that should be enough.
- 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"
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