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

This commit is contained in:
2022-10-26 11:30:47 +02:00
parent 8c2119434b
commit 01ea8e28c7

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'