Skip to content

Commit

Permalink
tools/ci.sh: Add ARDUINO_PORTENTA_C33 to RA CI build.
Browse files Browse the repository at this point in the history
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
  • Loading branch information
iabdalkader authored and dpgeorge committed Sep 14, 2023
1 parent 7802eed commit 174bb28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ function ci_qemu_arm_build {

function ci_renesas_ra_setup {
ci_gcc_arm_setup
sudo apt-get install protobuf-c-compiler
}

function ci_renesas_ra_board_build {
Expand All @@ -259,6 +260,8 @@ function ci_renesas_ra_board_build {
make ${MAKEOPTS} -C ports/renesas-ra BOARD=EK_RA6M1
make ${MAKEOPTS} -C ports/renesas-ra BOARD=EK_RA4M1
make ${MAKEOPTS} -C ports/renesas-ra BOARD=EK_RA4W1
make ${MAKEOPTS} -C ports/renesas-ra BOARD=ARDUINO_PORTENTA_C33 submodules
make ${MAKEOPTS} -C ports/renesas-ra BOARD=ARDUINO_PORTENTA_C33
}

########################################################################################
Expand Down

0 comments on commit 174bb28

Please sign in to comment.