Add .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 11:29:38 +02:00
parent bcd09195de
commit bb723ddc4b
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'