We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f31a82 commit d250a11Copy full SHA for d250a11
.github/workflows/examples-stm32.yaml
@@ -62,7 +62,14 @@ jobs:
62
"./scripts/build/build_examples.py \
63
--target stm32-STM32WB5MM-DK-light build \
64
"
65
-
+
66
+ - name: Gather size reports
67
+ run: |
68
+ .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
69
+ stm32 STM32WB5MM-DK light \
70
+ out/stm32-stm32wb5mm-dk-light/chip-stm32-lighting-example.elf \
71
+ /tmp/bloat_reports/
72
73
- name: Uploading Size Reports
74
uses: ./.github/actions/upload-size-reports
75
if: ${{ !env.ACT }}
0 commit comments