Add Justfile target for release
This commit is contained in:
7
Justfile
7
Justfile
@@ -26,12 +26,15 @@ lint:
|
|||||||
lint-fix:
|
lint-fix:
|
||||||
cargo clippy --no-deps --fix
|
cargo clippy --no-deps --fix
|
||||||
|
|
||||||
release:
|
build-release:
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
release-static:
|
build-release-static:
|
||||||
cargo build --release --target {{static_target}} --features=static-build
|
cargo build --release --target {{static_target}} --features=static-build
|
||||||
|
|
||||||
|
release-patch:
|
||||||
|
./release.sh patch
|
||||||
|
|
||||||
test-binary:
|
test-binary:
|
||||||
env \
|
env \
|
||||||
GITHUB_API_BASEURL=http://rest:5000/github \
|
GITHUB_API_BASEURL=http://rest:5000/github \
|
||||||
|
|||||||
Reference in New Issue
Block a user