Explorar el Código

Use relative path to build ginkgo

tags/v1.2.2
Paul Bonser hace 7 años
padre
commit
10e4302b6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

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


Cargando…
Cancelar
Guardar