Add simple testing pipeline

This commit is contained in:
Paul Brinkmeier 2022-09-13 01:15:46 +02:00
commit 837189f2b9

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine
commands:
- echo hello
- echo world