This commit is contained in:
parent
df7bc1890e
commit
b739772481
|
@ -48,7 +48,7 @@ steps:
|
||||||
- apt-get install -qq debian-archive-keyring curl gnupg apt-transport-https
|
- apt-get install -qq debian-archive-keyring curl gnupg apt-transport-https
|
||||||
- curl -L https://packagecloud.io/mrtazz/restclient-cpp/gpgkey | apt-key add -
|
- curl -L https://packagecloud.io/mrtazz/restclient-cpp/gpgkey | apt-key add -
|
||||||
- apt-get update -q
|
- apt-get update -q
|
||||||
- apt-get install -qq build-essential cmake asciidoc
|
- apt-get install -qq build-essential cmake pkg-config asciidoc
|
||||||
- apt-get install -qq libboost-filesystem-dev libboost-log-dev libboost-regex-dev libjsoncpp-dev catch libcurl4-openssl-dev restclient-cpp
|
- 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
|
- apt-get -qq install ./mastodonpp_buster.deb
|
||||||
- tar -xf restclient-cpp.tar.gz
|
- tar -xf restclient-cpp.tar.gz
|
||||||
|
@ -81,7 +81,7 @@ steps:
|
||||||
# - apt-get install -qq curl gnupg apt-transport-https
|
# - apt-get install -qq curl gnupg apt-transport-https
|
||||||
# - curl -L https://packagecloud.io/mrtazz/restclient-cpp/gpgkey | apt-key add -
|
# - curl -L https://packagecloud.io/mrtazz/restclient-cpp/gpgkey | apt-key add -
|
||||||
# - apt-get update -q
|
# - apt-get update -q
|
||||||
# - apt-get install -qq build-essential cmake asciidoc
|
# - apt-get install -qq build-essential cmake pkg-config asciidoc
|
||||||
# - apt-get install -qq libboost-filesystem-dev libboost-log-dev libboost-regex-dev libjsoncpp-dev catch libcurl4-openssl-dev restclient-cpp
|
# - 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
|
# - apt-get -qq install ./mastodonpp_bionic.deb
|
||||||
# - rm -rf build && mkdir -p build && cd build
|
# - rm -rf build && mkdir -p build && cd build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user