未验证 提交 20b9808f 编写于 作者: LinuxSuRen's avatar LinuxSuRen 提交者: GitHub

Merge pull request #122 from LinuxSuRen/copy

Add support to copy binary file to system path
......@@ -31,6 +31,9 @@ release: clean build-all
clean: ## Clean the generated artifacts
rm -rf bin release
copy: darwin
sudo cp bin/darwin/$(NAME) $(shell which jcli)
test:
go test ./util/... -v -coverprofile bin/testcover-util.log
go test ./client/... -v -coverprofile bin/testcover-client.log
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册