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

This commit is contained in:
2022-10-26 11:30:57 +02:00
parent a439dc8f16
commit 4fa1c168bd

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'