Use relative path to build ginkgo
This commit is contained in:
parent
5acff13ac5
commit
10e4302b6c
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ help:
|
||||
@echo "- watch: watch for changes and re-run tests"
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user