2 Star 5 Fork 2

Gitee 极速下载 / Pingap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vicanso/pingap
克隆/下载
Makefile 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
vicanso 提交于 2024-05-23 23:24 . test: add more test for plugins
lint:
cargo clippy --all-targets --all -- --deny=warnings
fmt:
cargo fmt
build-web:
rm -rf dist \
&& cd web \
&& yarn install --network-timeout 600000 && yarn build \
&& cp -rf dist ../
bench:
cargo bench
dev:
RUST_LOG=INFO cargo watch -w src -x 'run -- -c=~/github/pingap/conf/pingap.toml'
devtest:
RUST_LOG=INFO cargo watch -w src -x 'run -- -c=~/tmp/pingap --admin=127.0.0.1:3018'
devetcd:
RUST_LOG=INFO cargo watch -w src -x 'run -- -c="etcd://127.0.0.1:2379/pingap?timeout=10s&connect_timeout=5s&user=pingap&password=123123" --admin=127.0.0.1:3018'
udeps:
cargo +nightly udeps
msrv:
cargo msrv verify
bloat:
cargo bloat --release --crates
outdated:
cargo outdated
test:
cargo test
cov:
cargo llvm-cov --html --open
release:
cargo build --release
ls -lh target/release
perf:
cargo build --profile=release-perf --features=perf
ls -lh target/release-perf
pyro:
cargo build --profile=release-perf --features=pyro
ls -lh target/release-pyro
publish:
make build-web
cargo publish --registry crates-io --no-verify
hooks:
cp hooks/* .git/hooks/
Rust
1
https://gitee.com/mirrors/Pingap.git
git@gitee.com:mirrors/Pingap.git
mirrors
Pingap
Pingap
main

搜索帮助