summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNeroBurner <pyro4hell@gmail.com>2021-10-18 08:08:43 +0200
committerGitHub <noreply@github.com>2021-10-18 08:08:43 +0200
commit86bcea9e99ac8f68251ca615320478f75a29aca9 (patch)
tree63c9862cd57960cfa42ff63c0177158b23046bcd /.github
parentab7c6e162f82674d176466d361b1f87a0d55cf4a (diff)
CI: add pintime-recovery to build jobs
The recovery image "it is the last chance before a brick", as described in https://github.com/InfiniTimeOrg/InfiniTime/issues/742#issuecomment-943665960 So just build it to make sure it doesn't silently break, but don't upload it.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index bd24359a..3b753a37 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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