forge: step 10 — add CI safety checks

This commit is contained in:
cj-vana
2026-05-14 21:52:07 -06:00
parent f7e901bdc0
commit 4b828d74ca
5 changed files with 281 additions and 2 deletions

View File

@@ -32,8 +32,14 @@ jobs:
- name: Install PlatformIO
run: python3 -m pip install --upgrade platformio
- name: Run host and safety checks
run: bash scripts/verify.sh --no-build
- name: Build representative firmware
run: bash scripts/build-representative.sh --baseline
run: |
MESHCORE_SKIP_APPLY_PATCHES=1 \
SIZE_REPORT=out/size/report.txt \
bash scripts/build-representative.sh --baseline
- name: Upload size reports
uses: actions/upload-artifact@v4