Add libcurl dependency to drone recipe.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2019-12-25 21:45:50 +01:00
parent 75005cdae0
commit 9882a15704
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

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