Add .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-10-26 11:29:22 +02:00
parent 18b3ad03d8
commit 4e82ef23b1

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'