add .drone
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Andy Bunce 2021-05-22 22:18:26 +01:00
parent 7138b46f65
commit e3778bb3ba
1 changed files with 10 additions and 0 deletions

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