Add .drone.yml
continuous-integration/drone Build is passing Details

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 11:29:39 +02:00
parent 01ad3dbb82
commit d1d1353c74
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
1 changed files with 9 additions and 0 deletions

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'