ci: abstract glide into makefile
This commit is contained in:
@@ -2,12 +2,12 @@ test: vendor
|
||||
go test ./...
|
||||
|
||||
vendor:
|
||||
dep ensure -vendor-only
|
||||
glide install
|
||||
|
||||
.PHONY: release
|
||||
release: vendor
|
||||
curl -sL https://git.io/goreleaser | bash
|
||||
|
||||
.PHONY: install-dep
|
||||
install-dep:
|
||||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
.PHONY: install-dep-mgmt
|
||||
install-dep-mgmt:
|
||||
curl https://glide.sh/get | sh
|
||||
Reference in New Issue
Block a user