CI: add pintime-recovery to build jobs
The recovery image "it is the last chance before a brick", as described in https://github.com/InfiniTimeOrg/InfiniTime/issues/742#issuecomment-943665960 So just build it to make sure it doesn't silently break, but don't upload it.
This commit is contained in:
parent
ab7c6e162f
commit
86bcea9e99
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -153,6 +153,14 @@ jobs:
|
|||
name: pinetime-app.out
|
||||
path: build/src/pinetime-app*.out
|
||||
|
||||
#########################################################################################
|
||||
# Make but don't Upload the Recovery Firmware to be sure it builds correctly
|
||||
|
||||
- name: Make pinetime-recovery
|
||||
run: |
|
||||
cd build
|
||||
make pinetime-recovery
|
||||
|
||||
#########################################################################################
|
||||
# Finish
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user