add .drone
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Andy Bunce 2021-05-22 22:18:26 +01:00
parent 7138b46f65
commit e3778bb3ba

10
.drone.yml Normal file
View file

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