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:
NeroBurner 2021-10-18 08:08:43 +02:00 committed by GitHub
parent ab7c6e162f
commit 86bcea9e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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