Remove POCO from drone config.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-16 19:22:41 +01:00
parent 8bee7b6921
commit f0db441abb
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ steps:
- curl -L https://packagecloud.io/mrtazz/restclient-cpp/gpgkey | apt-key add -
- apt-get update -q
- apt-get install -qq build-essential cmake asciidoc
- apt-get install -qq libboost-filesystem-dev libboost-log-dev libboost-regex-dev libjsoncpp-dev catch libcurl4-openssl-dev restclient-cpp libpoco-dev
- apt-get install -qq libboost-filesystem-dev libboost-log-dev libboost-regex-dev libjsoncpp-dev catch libcurl4-openssl-dev restclient-cpp
- apt-get -qq install ./mastodonpp_buster.deb
- tar -xf restclient-cpp.tar.gz
- cd restclient-cpp-*
@ -82,7 +82,7 @@ steps:
# - curl -L https://packagecloud.io/mrtazz/restclient-cpp/gpgkey | apt-key add -
# - apt-get update -q
# - apt-get install -qq build-essential cmake asciidoc
# - apt-get install -qq libboost-filesystem-dev libboost-log-dev libboost-regex-dev libjsoncpp-dev catch libcurl4-openssl-dev restclient-cpp libpoco-dev
# - apt-get install -qq libboost-filesystem-dev libboost-log-dev libboost-regex-dev libjsoncpp-dev catch libcurl4-openssl-dev restclient-cpp
# - apt-get -qq install ./mastodonpp_bionic.deb
# - rm -rf build && mkdir -p build && cd build
# - cmake ..