mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
work with travis
This commit is contained in:
parent
6361e2b2fc
commit
d9a997cb9e
4
Makefile
4
Makefile
|
@ -27,8 +27,8 @@ clean:
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
go get $(GO_FLAGS) -d $(SOURCE_DIR)
|
go get $(GO_FLAGS) -d $(SOURCE_DIR)
|
||||||
rm -rf $GOPATH/src/github.com/coreos/etcd/vendor/golang.org/x/net/trace
|
rm -rf /home/travis/gopath/src/github.com/coreos/etcd/vendor/golang.org/x/net/trace
|
||||||
rm -rf $GOPATH/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace
|
rm -rf /home/travis/gopath/src/go.etcd.io/etcd/vendor/golang.org/x/net/trace
|
||||||
|
|
||||||
build: deps
|
build: deps
|
||||||
go build $(GO_FLAGS) -o $(BINARY) $(SOURCE_DIR)
|
go build $(GO_FLAGS) -o $(BINARY) $(SOURCE_DIR)
|
||||||
|
|
Loading…
Reference in a new issue