Skip to content

Commit

Permalink
show library sizes in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed Jan 23, 2024
1 parent 3f94a9b commit 9f0bdb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ jobs:
run: 'echo "${{ runner.workspace }}/b/ninja/src" >> $GITHUB_PATH'
shell: bash

- name: Show library sizes
run: 'ls -l ${{ runner.workspace }}/b/ninja/src'
shell: bash

- name: 'Run tests'
run: ctest . --output-on-failure
working-directory: '${{ runner.workspace }}/b/ninja'
Expand Down

0 comments on commit 9f0bdb2

Please sign in to comment.