Skip to content

Commit ca2c72a

Browse files
authored
Merge pull request #758 from NeroBurner/patch-2
CI: add pintime-recovery to build jobs
2 parents ab7c6e1 + 86bcea9 commit ca2c72a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ jobs:
153153
name: pinetime-app.out
154154
path: build/src/pinetime-app*.out
155155

156+
#########################################################################################
157+
# Make but don't Upload the Recovery Firmware to be sure it builds correctly
158+
159+
- name: Make pinetime-recovery
160+
run: |
161+
cd build
162+
make pinetime-recovery
163+
156164
#########################################################################################
157165
# Finish
158166

0 commit comments

Comments
 (0)