From: Vincent Bernat Date: Sun, 8 Apr 2018 18:34:35 +0000 (+0200) Subject: build: also build with embedded libevent in OSX X-Git-Tag: 1.0.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72186255180446cdc0fe0600511b9f313172072;p=thirdparty%2Flldpd.git build: also build with embedded libevent in OSX --- diff --git a/.travis.yml b/.travis.yml index 0b5d34e2..ac7e87a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,9 @@ matrix: - os: osx compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" + - os: osx + compiler: clang + env: LLDPD_CONFIG_ARGS="--with-embedded-libevent" - os: osx compiler: clang if: tag =~ ^[0-9]