diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000000..e52776e08af --- /dev/null +++ b/.drone.yml @@ -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 diff --git a/nonfree b/nonfree new file mode 100644 index 00000000000..50c29208775 --- /dev/null +++ b/nonfree @@ -0,0 +1,2 @@ +discord +zoom