building linux5.18
continuous-integration/drone/push Build is passing Details

This commit is contained in:
teldra 2022-07-08 04:00:31 +02:00
parent 27cea8f875
commit 00d4108dec
3 changed files with 10873 additions and 0 deletions

37
.drone.yml Executable 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: ghcr.io/void-linux/void-linux:20210312rc01-full-x86_64
pull: always
privileged: true
commands:
- 'sh /files/bin/init.sh'
- 'bash /files/bin/autobuild.sh'
- 'bash /files/bin/autocleanup.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

File diff suppressed because it is too large Load Diff

1
to_build Normal file
View File

@ -0,0 +1 @@
linux5.18