mirror of
https://github.com/Colorado-Mesh/meshcore-bot-firmware.git
synced 2026-08-11 16:20:29 +00:00
forge: step 10 — add CI safety checks
This commit is contained in:
8
.github/workflows/firmware-build.yml
vendored
8
.github/workflows/firmware-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user