This commit is contained in:
parent
e4b5c67be0
commit
af6dd95107
1 changed files with 7 additions and 0 deletions
7
.drone.yml
Normal file
7
.drone.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: golang:stretch
|
||||||
|
commands:
|
||||||
|
- go get -d -v
|
||||||
|
- go build -v
|
||||||
|
|
Loading…
Reference in a new issue