mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
log binary sizes
This commit is contained in:
parent
524add843d
commit
7b98181cbb
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -59,6 +59,10 @@ jobs:
|
|||
- name: Build Release
|
||||
run: make build-release
|
||||
|
||||
- name: Binary Size
|
||||
run: |
|
||||
ls -l ./target/release/gitui
|
||||
|
||||
- name: Build MSI (windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
|
|
@ -93,6 +97,7 @@ jobs:
|
|||
run: |
|
||||
make build-linux-musl-release
|
||||
./target/x86_64-unknown-linux-musl/release/gitui --version
|
||||
ls -l ./target/x86_64-unknown-linux-musl/release/gitui
|
||||
- name: Test
|
||||
run: |
|
||||
make test-linux-musl
|
||||
|
|
|
|||
Loading…
Reference in a new issue