mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
more release build bundling
This commit is contained in:
parent
c4880060ea
commit
3cb295498b
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -8,6 +8,9 @@ build-release:
|
|||
cargo build --release
|
||||
strip target/release/gitui
|
||||
ls -lisah target/release/gitui
|
||||
tar -C ./target/release/ -czvf ./target/gitui-mac.tar.gz ./gitui
|
||||
ls -lisah ./target/gitui-mac.tar.gz
|
||||
shasum -a 256 ./target/gitui-mac.tar.gz | awk '{printf $1}'
|
||||
|
||||
test:
|
||||
cargo test --workspace
|
||||
|
|
|
|||
Loading…
Reference in a new issue