7 Star 19 Fork 2

诺司时空 / cnosdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 997 Bytes
一键复制 编辑 原始数据 按行查看 历史
docs_check:
cargo doc --no-deps --document-private-items --all-features
docs:
cargo doc --no-deps --document-private-items --all-features --open
fmt_check:
cargo +nightly fmt --all -- --check
fmt:
cargo +nightly fmt --all
clippy_check:
cargo clippy --workspace --all-targets --features coordinator_e2e_test --features meta_e2e_test -- -D warnings
clippy:
cargo clippy --workspace --all-targets --features coordinator_e2e_test --features meta_e2e_test --fix --allow-staged
build:
cargo build --workspace --bins
build_release:
cargo build --release --workspace --bins
build_trace:
cargo clean;
git stash;
export BACKTRACE=on; cargo build --workspace --bins --features backtrace;
git reset --hard; git stash pop || true
test:
cargo test --workspace --exclude e2e_test
check: fmt_check clippy_check build test docs_check
clean:
cargo clean
run:
cargo run -- run
.PHONY: docs check fmt fmt_check clippy clippy_check build build_release build_trace test docs_check clean run
Rust
1
https://gitee.com/cnosdb/cnosdb.git
git@gitee.com:cnosdb/cnosdb.git
cnosdb
cnosdb
cnosdb
main

搜索帮助