Skip to content

Commit 2e847d3

Browse files
committed
show library sizes in CI
1 parent 3f94a9b commit 2e847d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ jobs:
116116
run: 'echo "${{ runner.workspace }}/b/ninja/src" >> $GITHUB_PATH'
117117
shell: bash
118118

119+
- name: Show library sizes
120+
run: 'ls -l b/ninja/src/libadm*'
121+
shell: bash
122+
119123
- name: 'Run tests'
120124
run: ctest . --output-on-failure
121125
working-directory: '${{ runner.workspace }}/b/ninja'

0 commit comments

Comments
 (0)