Skip to content

Commit ff73c85

Browse files
committed
tools/ci.sh: Add build of M5STACK_CardputerADV.
Signed-off-by: lbuque <[email protected]>
1 parent b971ad8 commit ff73c85

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
- M5STACK_Basic_4MB
7272
- M5STACK_Capsule
7373
- M5STACK_Cardputer
74+
- M5STACK_CardputerADV
7475
- M5STACK_Core2
7576
- M5STACK_CoreInk
7677
- M5STACK_CoreS3

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- M5STACK_Basic_4MB
7070
- M5STACK_Capsule
7171
- M5STACK_Cardputer
72+
- M5STACK_CardputerADV
7273
- M5STACK_Core2
7374
- M5STACK_CoreInk
7475
- M5STACK_CoreS3

.github/workflows/ports_m5stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- M5STACK_Basic_4MB
7575
- M5STACK_Capsule
7676
- M5STACK_Cardputer
77+
- M5STACK_CardputerADV
7778
- M5STACK_Core2
7879
- M5STACK_CoreInk
7980
- M5STACK_CoreS3

tools/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ function ci_esp32_nightly_build {
344344
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Basic_4MB pack_all
345345
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Capsule pack_all
346346
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Cardputer pack_all
347+
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_CardputerADV pack_all
347348
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Core2 pack_all
348349
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_CoreInk pack_all
349350
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_CoreS3 pack_all

0 commit comments

Comments
 (0)