mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
fetch protobuf deps
This commit is contained in:
parent
da672cc00a
commit
63d5fb022d
@ -10,6 +10,8 @@ pipeline:
|
||||
- go get -u golang.org/x/tools/cmd/cover
|
||||
- go get -u golang.org/x/net/context
|
||||
- go get -u golang.org/x/net/context/ctxhttp
|
||||
- go get -u github.com/golang/protobuf/proto
|
||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||
- go test -cover $(go list ./... | grep -v /vendor/)
|
||||
|
||||
test_postgres:
|
||||
|
Loading…
Reference in New Issue
Block a user