mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-23 18:49:17 +08:00
work with travis
This commit is contained in:
parent
6361e2b2fc
commit
d9a997cb9e
4
Makefile
4
Makefile
@ -27,8 +27,8 @@ clean:
|
||||
|
||||
deps:
|
||||
go get $(GO_FLAGS) -d $(SOURCE_DIR)
|
||||
rm -rf $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/github.com/coreos/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
|
||||
go build $(GO_FLAGS) -o $(BINARY) $(SOURCE_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user