ソースを参照

Use relative path to build ginkgo

tags/v1.2.2
Paul Bonser 7年前
コミット
10e4302b6c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Makefile

+ 1
- 1
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


読み込み中…
キャンセル
保存