Skip to content

Commit

Permalink
cJSON make install doesn't build, so build it first.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Jul 16, 2020
1 parent 86e7eed commit 34db6e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 34db6e7

Please sign in to comment.