Skip to content

Commit

Permalink
CI: show build sizes on linux build
Browse files Browse the repository at this point in the history
avoids issue of -j build obscuring sizes
  • Loading branch information
tridge committed Dec 8, 2024
1 parent dc3369b commit b490a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
run: |
make arm_sdk_install
make -j8
tools/linux/xpack-arm-none-eabi-gcc-10.3.1-2.3/bin/arm-none-eabi-size obj/*.elf
- name: Archive build
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b490a1b

Please sign in to comment.