added drone config

This commit is contained in:
Philipp Häfelfinger 2019-06-05 21:45:21 +02:00
parent 28b3bffe19
commit f5dc4dec8f
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
pipeline:
build:
image: golang
commands:
- go get
- go build
- go test
when:
event: [push, tag]
branch: master