]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: check build with dtrace support
authorVincent Bernat <vincent@bernat.ch>
Sun, 31 May 2020 05:35:18 +0000 (07:35 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 31 May 2020 05:35:18 +0000 (07:35 +0200)
.travis.yml
tests/ci/install.sh

index 65de7f51766aeba4da3fcc6ed45e409d8243884b..a92b49dbcfc633960c25b649f7ee3a02e9470cee 100644 (file)
@@ -15,6 +15,7 @@ env:
     - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp"
     - LLDPD_CONFIG_ARGS="--with-snmp --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom"
     - LLDPD_CONFIG_ARGS="--enable-oldies"
+    - LLDPD_CONFIG_ARGS="--enable-dtrace"
     - LLDPD_CONFIG_ARGS="--with-seccomp"
 matrix:
   include:
index e7eaf3a1e4c7a88dbcef464a3802b2c4918ce273..501c9121cf1b6462557cdf55f6ef483a93cdc139 100755 (executable)
@@ -14,7 +14,7 @@ case "$(uname -s)" in
             libsnmp-dev libxml2-dev \
             libevent-dev libreadline-dev libbsd-dev \
             check libc6-dbg libseccomp-dev \
-            libpcap-dev libcap-dev \
+            libpcap-dev libcap-dev systemtap-dev \
             snmpd snmp \
             python3-pip python3-setuptools python3-wheel
         # For integration tests