summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-10-20 21:08:43 +0200
committerGitHub <noreply@github.com>2021-10-20 21:08:43 +0200
commitca2c72af0c6588160d972ca2ee6b5c62bf64aab3 (patch)
tree63c9862cd57960cfa42ff63c0177158b23046bcd
parentab7c6e162f82674d176466d361b1f87a0d55cf4a (diff)
parent86bcea9e99ac8f68251ca615320478f75a29aca9 (diff)
Merge pull request #758 from NeroBurner/patch-2
CI: add pintime-recovery to build jobs
-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