test add drone CI

This commit is contained in:
Alex 2021-02-08 14:12:52 +01:00
parent e4b5c67be0
commit af6dd95107
1 changed files with 7 additions and 0 deletions

7
.drone.yml Normal file
View File

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