Add libcurl dependency to drone recipe.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
75005cdae0
commit
9882a15704
|
@ -35,7 +35,7 @@ steps:
|
|||
- curl -L https://packagecloud.io/mrtazz/restclient-cpp/gpgkey | apt-key add -
|
||||
- apt-get update -q
|
||||
- apt-get install -qy build-essential cmake asciidoc
|
||||
- apt-get install -qy libboost-filesystem-dev libboost-log-dev libjsoncpp-dev catch restclient-cpp
|
||||
- apt-get install -qy libboost-filesystem-dev libboost-log-dev libjsoncpp-dev catch libcurl4-openssl-dev restclient-cpp
|
||||
- apt-get -qy install ./mastodon-cpp.deb
|
||||
- rm -rf build && mkdir -p build && cd build
|
||||
- cmake ..
|
||||
|
|
Loading…
Reference in New Issue
Block a user