Initial delivery of metrics code (#81)
* Initial delivery of metrics code * Fix build issues * Fix build issue with go vet
This commit is contained in:
committed by
Rob Parker
parent
e251839639
commit
a4b9a9abaf
15
vendor/github.com/matttproud/golang_protobuf_extensions/Makefile.TRAVIS
generated
vendored
Normal file
15
vendor/github.com/matttproud/golang_protobuf_extensions/Makefile.TRAVIS
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
all: build cover test vet
|
||||
|
||||
build:
|
||||
go build -v ./...
|
||||
|
||||
cover: test
|
||||
$(MAKE) -C pbutil cover
|
||||
|
||||
test: build
|
||||
go test -v ./...
|
||||
|
||||
vet: build
|
||||
go vet -v ./...
|
||||
|
||||
.PHONY: build cover test vet
|
||||
Reference in New Issue
Block a user