Ver código fonte

Use relative path to build ginkgo

tags/v1.2.2
Paul Bonser 7 anos atrás
pai
commit
10e4302b6c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar