This commit is contained in:
parent
c602278dc5
commit
46f7ddc575
16
.drone.yml
16
.drone.yml
|
@ -1,6 +1,3 @@
|
||||||
pipeline:
|
|
||||||
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
download:
|
download:
|
||||||
image: plugins/download
|
image: plugins/download
|
||||||
|
@ -10,11 +7,18 @@ pipeline:
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update -q
|
||||||
- apt-get install -y build-essential cmake pkg-config
|
- apt-get install -qy build-essential cmake pkg-config
|
||||||
- apt-get install -y libcurl4-openssl-dev libcurlpp-dev libjsoncpp-dev libxdg-basedir-dev
|
- apt-get install -qy libcurl4-openssl-dev libcurlpp-dev libjsoncpp-dev libxdg-basedir-dev
|
||||||
- dpkg -i mastodon-cpp.deb
|
- dpkg -i mastodon-cpp.deb
|
||||||
- mkdir -p build && cd build
|
- mkdir -p build && cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make VERBOSE=1
|
- make VERBOSE=1
|
||||||
- make install DESTDIR=install
|
- make install DESTDIR=install
|
||||||
|
notify:
|
||||||
|
image: drillster/drone-email
|
||||||
|
host: cryptoparty-celle.de
|
||||||
|
secrets: [ email_username, email_password ]
|
||||||
|
from: drone@tzend.de
|
||||||
|
when:
|
||||||
|
status: [ changed, failure ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user