test add drone CI

This commit is contained in:
Alex 2021-02-08 14:12:52 +01:00
parent e4b5c67be0
commit af6dd95107

7
.drone.yml Normal file
View file

@ -0,0 +1,7 @@
pipeline:
build:
image: golang:stretch
commands:
- go get -d -v
- go build -v