We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be848d commit 132be6eCopy full SHA for 132be6e
.github/workflows/examples-qpg.yaml
@@ -81,6 +81,17 @@ jobs:
81
run: |
82
config/qpg/chip-gn/build.sh
83
84
+ - name: Prepare some bloat report from the previous builds
85
+ run: |
86
+ .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
87
+ qpg qpg6105+debug lighting-app \
88
+ out/qpg-light/chip-qpg6105-lighting-example.out \
89
+ /tmp/bloat_reports/
90
91
+ qpg qpg6105+debug lock-app \
92
+ out/qpg-lock/chip-qpg6105-lock-example.out \
93
94
+
95
- name: Uploading Size Reports
96
uses: actions/upload-artifact@v2
97
if: ${{ !env.ACT }}
0 commit comments