Skip to content

Commit d0ff1ed

Browse files
committed
tools/ci.sh: Add build of M5STACK_PaperS3.
Signed-off-by: lbuque <[email protected]>
1 parent 996ce91 commit d0ff1ed

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
./m5stack/build-M5STACK_Fire/uiflow-*-*.bin
4747
./m5stack/build-M5STACK_NanoC6/uiflow-*-*.bin
4848
./m5stack/build-M5STACK_Paper/uiflow-*-*.bin
49+
./m5stack/build-M5STACK_PaperS3/uiflow-*-*.bin
4950
./m5stack/build-M5STACK_Stamp_PICO/uiflow-*-*.bin
5051
./m5stack/build-M5STACK_StampS3/uiflow-*-*.bin
5152
./m5stack/build-M5STACK_Station/uiflow-*-*.bin

.github/workflows/nightly-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ jobs:
122122
with:
123123
name: M5STACK_Paper_firmware
124124
path: ./m5stack/build-M5STACK_Paper/uiflow-*-*.bin
125+
- name: Deliver PaperS3 firmware
126+
uses: actions/upload-artifact@v3
127+
with:
128+
name: M5STACK_Paper_firmware
129+
path: ./m5stack/build-M5STACK_PaperS3/uiflow-*-*.bin
125130
- name: Deliver Stamp PICO firmware
126131
uses: actions/upload-artifact@v3
127132
with:

tools/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ function ci_esp32_nightly_build {
217217
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Fire pack_all
218218
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_NanoC6 pack_all
219219
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Paper pack_all
220+
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_PaperS3 pack_all
220221
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Stamp_PICO pack_all
221222
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_StampS3 pack_all
222223
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Station pack_all

0 commit comments

Comments
 (0)