Skip to content

Commit

Permalink
Travis: Manual install of cJSON .
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Jul 10, 2020
1 parent 5b4b079 commit 4379f78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion travis-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

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 libcjson-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
sudo make -C cJSON install
fi

if [ "$TRAVIS_OS_NAME" == "osx" ]; then
Expand Down

0 comments on commit 4379f78

Please sign in to comment.