]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: also build with embedded libevent in OSX
authorVincent Bernat <vincent@bernat.im>
Sun, 8 Apr 2018 18:34:35 +0000 (20:34 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 8 Apr 2018 18:34:35 +0000 (20:34 +0200)
.travis.yml

index 0b5d34e2f9a257a8b16350df2b57e6c728916a8f..ac7e87a4af12efa7e22ec2d0f5d7bbdbf993e3c3 100644 (file)
@@ -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]