Make ginkgo build from vendor dir work
This commit is contained in:
parent
d2dac441cb
commit
af88487cbf
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ help:
|
|||||||
@echo "- watch: watch for changes and re-run tests"
|
@echo "- watch: watch for changes and re-run tests"
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
glide install && mkdir -p vendor/bin && go build -o vendor/bin/ginkgo github.com/onsi/ginkgo/ginkgo
|
glide install && mkdir -p vendor/bin && go build -o vendor/bin/ginkgo ./vendor/github.com/onsi/ginkgo/ginkgo
|
||||||
|
|
||||||
|
|
||||||
test: deps
|
test: deps
|
||||||
|
Loading…
Reference in New Issue
Block a user