Drone: Replace -qy with -qq.
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
330849df7e
commit
608c21eccd
16
.drone.yml
16
.drone.yml
|
@ -37,12 +37,12 @@ steps:
|
|||
# - alias apt-get='rm -f /var/cache/apt/archives/lock && apt-get'
|
||||
# - apt-get update -q
|
||||
# - echo "deb https://packagecloud.io/mrtazz/restclient-cpp/debian/ buster main" > /etc/apt/sources.list.d/restclient-cpp.list
|
||||
# - apt-get install -qy 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 -
|
||||
# - apt-get update -q
|
||||
# - apt-get install -qy build-essential cmake asciidoc
|
||||
# - apt-get install -qy libboost-filesystem-dev libboost-log-dev libboost-regex-dev libjsoncpp-dev catch libcurl4-openssl-dev libcurl4 restclient-cpp libpoco-dev
|
||||
# - apt-get -qy install ./mastodon-cpp_buster.deb
|
||||
# - 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 libcurl4 restclient-cpp libpoco-dev
|
||||
# - apt-get -qq install ./mastodon-cpp_buster.deb
|
||||
# - rm -rf build && mkdir -p build && cd build
|
||||
# - cmake ..
|
||||
# - make VERBOSE=1
|
||||
|
@ -63,12 +63,12 @@ steps:
|
|||
- alias apt-get='rm -f /var/cache/apt/archives/lock && apt-get'
|
||||
- apt-get update -q
|
||||
- echo "deb https://packagecloud.io/mrtazz/restclient-cpp/ubuntu/ bionic main" > /etc/apt/sources.list.d/restclient-cpp.list
|
||||
- apt-get install -qy 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 -
|
||||
- apt-get update -q
|
||||
- apt-get install -qy build-essential cmake asciidoc
|
||||
- apt-get install -qy libboost-filesystem-dev libboost-log-dev libboost-regex-dev libjsoncpp-dev catch restclient-cpp libpoco-dev
|
||||
- apt-get -qy install ./mastodon-cpp_bionic.deb
|
||||
- apt-get install -qq build-essential cmake asciidoc
|
||||
- apt-get install -qq libboost-filesystem-dev libboost-log-dev libboost-regex-dev libjsoncpp-dev catch restclient-cpp libpoco-dev
|
||||
- apt-get -qq install ./mastodon-cpp_bionic.deb
|
||||
- rm -rf build && mkdir -p build && cd build
|
||||
- cmake ..
|
||||
- make VERBOSE=1
|
||||
|
|
Loading…
Reference in New Issue
Block a user