mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
travis build
This commit is contained in:
parent
ee8bcb0c12
commit
e33f5f5b33
1
Makefile
1
Makefile
@ -27,6 +27,7 @@ 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
|
||||||
|
|
||||||
build: deps
|
build: deps
|
||||||
go build $(GO_FLAGS) -o $(BINARY) $(SOURCE_DIR)
|
go build $(GO_FLAGS) -o $(BINARY) $(SOURCE_DIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user