added .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Paul 2020-04-06 23:31:26 +02:00
parent 0d653e6f81
commit 10b5f4e2ca

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- make