Add option BUILD_RESOURCES=ON to build resources.zip file

The `BUILD_RESOURCES` option is also available in `InfiniTime`, but we
don't want to require building the firmware to test `resource.zip` file
generation.
This commit is contained in:
Reinhold Gschweicher
2022-10-11 21:54:01 +02:00
parent 945693db93
commit 51f6de612a
4 changed files with 31 additions and 1 deletions

View File

@@ -38,6 +38,12 @@ jobs:
run:
npm i -g lv_font_conv@1.5.2
- name: Install lv_img_conv
run: |
npm i -g ts-node@10.9.1 -g
npm i -g @swc/core -g
npm i -g lv_img_conv@0.3.0 -g
#########################################################################################
# Checkout