added drone config

release/legacyGoVersion
Philipp Häfelfinger 5 years ago
parent 28b3bffe19
commit f5dc4dec8f

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