From a2e71d093456d663a69d666d3e3e0f0a49bfc0e3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 19 May 2016 20:09:11 +0200 Subject: [PATCH] travis: test json-c support in lldpcli as well --- .travis.yml | 1 + tests/ci/install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42fb8594..e35746e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ env: - LLDPD_CONFIG_ARGS="--with-snmp --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom" - LLDPD_CONFIG_ARGS="--enable-oldies" - LLDPD_CONFIG_ARGS="--with-seccomp" + - LLDPD_CONFIG_ARGS="--with-json=json-c" matrix: include: - os: linux diff --git a/tests/ci/install.sh b/tests/ci/install.sh index b73cabed..0b4063ce 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -14,7 +14,7 @@ case "$(uname -s)" in sudo apt-get -qqy update sudo apt-get -qqy install \ automake autoconf libtool pkg-config \ - libsnmp-dev libxml2-dev libjansson-dev \ + libsnmp-dev libxml2-dev libjansson-dev libjson-c-dev \ libevent-dev libreadline-dev libbsd-dev \ check libc6-dbg libevent-dbg libseccomp-dev [ $CC != gcc ] || \ -- 2.39.5