Merge pull request #758 from NeroBurner/patch-2
CI: add pintime-recovery to build jobs
This commit is contained in:
commit
ca2c72af0c
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue