mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
go get the go cover
tool
This commit is contained in:
parent
7f57c4f960
commit
2dbd770923
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ git:
|
|||
script:
|
||||
- export GOPATH=/var/cache/drone
|
||||
- export PATH=$PATH:$GOPATH/bin
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make bindata deps
|
||||
|
|
Loading…
Reference in a new issue