cJSON `make install` doesn't build, so build it first.

pull/1753/head
Roger A. Light 5 years ago
parent 86e7eed8b7
commit 34db6e77b4

@ -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

Loading…
Cancel
Save