Skip to content

Commit

Permalink
tools/ci.sh: Add CI/CD for AtomS3R.
Browse files Browse the repository at this point in the history
Signed-off-by: lbuque <[email protected]>
  • Loading branch information
lbuque committed Sep 14, 2024
1 parent 144a393 commit 0a5c5d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
./m5stack/build-M5STACK_Atom_Matrix/uiflow-*-*.bin
./m5stack/build-M5STACK_AtomS3/uiflow-*-*.bin
./m5stack/build-M5STACK_AtomS3_Lite/uiflow-*-*.bin
./m5stack/build-M5STACK_AtomS3R/uiflow-*-*.bin
./m5stack/build-M5STACK_AtomS3U/uiflow-*-*.bin
./m5stack/build-M5STACK_AtomU/uiflow-*-*.bin
./m5stack/build-M5STACK_Basic/uiflow-*-*.bin
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
with:
name: M5STACK_AtomS3-Lite_firmware
path: ./m5stack/build-M5STACK_AtomS3_Lite/uiflow-*-*.bin
- name: Deliver AtomS3R firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_AtomS3R_firmware
path: ./m5stack/build-M5STACK_AtomS3R/uiflow-*-*.bin
- name: Deliver AtomS3U firmware
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ function ci_esp32_nightly_build {
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Atom_Matrix pack_all
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_AtomS3 pack_all
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_AtomS3_Lite pack_all
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_AtomS3R pack_all
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_AtomS3U pack_all
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_AtomU pack_all
make ${MAKEOPTS} -C m5stack BOARD=M5STACK_Basic pack_all
Expand Down

0 comments on commit 0a5c5d5

Please sign in to comment.