1 Star 0 Fork 59

SaltyKitkat / sysmaster

forked from openEuler / sysmaster 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
requirements.sh 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2023-08-28 15:48 . docs: fix cargo doc warnings
#!/usr/bin/env bash
# commit-msg hooks
\cp -ar ci/commit-msg .git/hooks
pushd ci
# prepare environment
for i in `ls ci/00-*.sh | sort -u -d `; do sh -x $i; done
. "$HOME/.cargo/env"
# execute test scripts
for i in `ls ci/*.sh | sort -u -d | grep -v "00-pre.sh" `; do date; sh -x $i; done
popd
# set pre-commit init-templatedir
git config --global init.templateDir ~/.git-template
pre-commit init-templatedir ~/.git-template
pre-commit install
# cleanup temporary
cargo clean
git reset --hard
#echo -e "---!!!CHECK cargo-deny !!!---"
#cargo deny -V > /dev/null 2>&1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/saltykitkat/sysmaster.git
git@gitee.com:saltykitkat/sysmaster.git
saltykitkat
sysmaster
sysmaster
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891