mirror of
https://github.com/pldubouilh/blockfast.git
synced 2026-08-27 20:36:34 -04:00
first
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
build:
|
||||
cargo build
|
||||
cargo clippy
|
||||
cargo fmt
|
||||
|
||||
run:
|
||||
cargo run -- -s=/tmp/sshdtest -c=/tmp/clftest
|
||||
|
||||
watch:
|
||||
ls src/*.rs | entr -rc -- make run
|
||||
|
||||
test:
|
||||
cargo test
|
||||
|
||||
watch-test:
|
||||
ls src/*.rs | entr -rc -- make test
|
||||
|
||||
release:
|
||||
cargo build --target x86_64-unknown-linux-musl --release
|
||||
|
||||
ci: test
|
||||
cargo fmt --all -- --check
|
||||
cargo clippy -- -D warnings
|
||||
Reference in New Issue
Block a user