Merge pull request #758 from NeroBurner/patch-2

CI: add pintime-recovery to build jobs
This commit is contained in:
JF 2021-10-20 21:08:43 +02:00 committed by GitHub
commit ca2c72af0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,6 +153,14 @@ jobs:
name: pinetime-app.out name: pinetime-app.out
path: build/src/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 # Finish