mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-09 13:36:57 +08:00
feat: add tools user
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
e9493ef48f
commit
fc40946dae
@ -130,6 +130,11 @@ install.gsemver:
|
|||||||
install.git-chglog:
|
install.git-chglog:
|
||||||
@$(GO) install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
|
@$(GO) install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
|
||||||
|
|
||||||
|
## install.ko: Install ko, used to build go program into container images
|
||||||
|
.PHONY: install.ko
|
||||||
|
install.ko:
|
||||||
|
@$(GO) install github.com/google/ko@latest
|
||||||
|
|
||||||
## install.github-release: Install github-release, used to create github release
|
## install.github-release: Install github-release, used to create github release
|
||||||
.PHONY: install.github-release
|
.PHONY: install.github-release
|
||||||
install.github-release:
|
install.github-release:
|
||||||
@ -149,6 +154,11 @@ install.coscli:
|
|||||||
install.coscmd:
|
install.coscmd:
|
||||||
@if which pip &>/dev/null; then pip install coscmd; else pip3 install coscmd; fi
|
@if which pip &>/dev/null; then pip install coscmd; else pip3 install coscmd; fi
|
||||||
|
|
||||||
|
## install.minio: Install minio, used to upload files to minio
|
||||||
|
.PHONY: install.minio
|
||||||
|
install.minio:
|
||||||
|
@$(GO) install github.com/minio/minio@latest
|
||||||
|
|
||||||
## install.delve: Install delve, used to debug go program
|
## install.delve: Install delve, used to debug go program
|
||||||
.PHONY: install.delve
|
.PHONY: install.delve
|
||||||
install.delve:
|
install.delve:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user