]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - .travis.yml
marshal: avoid NULL pointer arithmetic
[thirdparty/lldpd.git] / .travis.yml
index 4676d08c452711b7bc191e0e2df7bca541e0356b..0080b2ef46f51b2fcc547a61fed2a1d1dce07032 100644 (file)
@@ -25,3 +25,24 @@ matrix:
     - os: osx
       compiler: clang
       env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml"
+    - os: osx
+      compiler: clang
+      env: 
+        - MAKE_ARGS=""
+        - LLDPD_CONFIG_ARGS="--with-embedded-libevent"
+    - os: osx
+      compiler: clang
+      if: tag =~ ^[0-9]
+      env:
+        - MAKE_ARGS=""
+        - LLDPD_UPLOAD=1
+        - LLDPD_CONFIG_ARGS="--prefix=/usr/local --localstatedir=/var --sysconfdir=/private/etc --with-embedded-libevent --without-snmp --without-xml"
+deploy:
+  - provider: s3
+    skip_cleanup: true
+    local_dir: upload
+    bucket: lldpd-releases
+    acl: public_read
+    on:
+      all_branches: true
+      condition: "$LLDPD_UPLOAD = 1"