Drone: Replace -qy with -qq.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
tastytea 2019-12-26 03:37:51 +01:00
parent 330849df7e
commit 608c21eccd
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 8 additions and 8 deletions

View File

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