浏览代码

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


正在加载...
取消
保存