Add .drone.yml

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 11:29:14 +02:00
parent 4cfb8aa126
commit 9fc1ba6164
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

9
.drone.yml Executable file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: bash
commands:
- echo 'Run tests'