building repository nonfree
continuous-integration/drone/push Build is passing Details

This commit is contained in:
teldra 2021-04-10 10:11:55 +02:00
parent f5e766c248
commit 9f18f51461
2 changed files with 39 additions and 0 deletions

37
.drone.yml Normal file
View File

@ -0,0 +1,37 @@
kind: pipeline
name: always
clone:
depth: 10
volumes:
- name: dronecache
host:
path: /home/xo/dronecache
steps:
- name: build
image: voidlinux/voidlinux
pull: always
privileged: true
commands:
- 'sh /files/bin/init.sh'
- 'bash /files/bin/build.sh'
- 'bash /files/bin/cleanup.sh'
- 'bash /files/bin/sign.sh'
volumes:
- name: dronecache
path: /files
- name: notify
image: drillster/drone-email
pull: always
when:
status: [ success, changed, failure ]
settings:
host: mail.tzend.de
from: drone@tzend.de
username:
from_secret: email_username
password:
from_secret: email_password

2
nonfree Normal file
View File

@ -0,0 +1,2 @@
discord
zoom