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

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