[add] drone

This commit is contained in:
Andy Bunce 2021-05-26 21:31:31 +01:00
parent 87d24bec72
commit 29e099117e

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world