]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - .travis.yml
priv: fix missing semi-colon
[thirdparty/lldpd.git] / .travis.yml
index e85abc5028b169f559b53d4be31f78dcaf99fb45..65de7f51766aeba4da3fcc6ed45e409d8243884b 100644 (file)
@@ -1,7 +1,6 @@
 language: c
-group: deprecated-2017Q3
 os: linux
-dist: trusty
+dist: bionic
 compiler: gcc
 sudo: require
 install:
@@ -22,13 +21,22 @@ matrix:
     - os: linux
       compiler: clang
       env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml"
+    - os: linux
+      arch: ppc64el
+      env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml"
     - 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:
@@ -38,4 +46,5 @@ deploy:
     bucket: lldpd-releases
     acl: public_read
     on:
+      all_branches: true
       condition: "$LLDPD_UPLOAD = 1"