From 34db6e77b466617c9bb9646ff42467b4ff99ebbc Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 16 Jul 2020 12:11:08 +0100 Subject: [PATCH] cJSON `make install` doesn't build, so build it first. --- travis-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-install.sh b/travis-install.sh index b99f2137..c1be4a8a 100755 --- a/travis-install.sh +++ b/travis-install.sh @@ -5,6 +5,7 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq sudo apt-get install -y debhelper libc-ares-dev libssl-dev libwrap0-dev python-all python3-all uthash-dev xsltproc docbook-xsl libcunit1-dev git clone https://github.com/DaveGamble/cJSON + make -C cJSON sudo make -C cJSON install fi