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

This commit is contained in:
Roger A. Light 2020-07-16 12:11:08 +01:00
parent 86e7eed8b7
commit 34db6e77b4

View File

@ -5,6 +5,7 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo apt-get update -qq 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 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 git clone https://github.com/DaveGamble/cJSON
make -C cJSON
sudo make -C cJSON install sudo make -C cJSON install
fi fi