add drone ci config
continuous-integration/drone/push Build was killed Details

This commit is contained in:
ktyl 2022-09-26 19:27:41 +01:00
parent 6e3e8c3451
commit 38b8d1fec2
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
type: exec
name: hello
platform:
os: linux
arch: amd64
steps:
- name: greeting
commands:
- echo hello world