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