Skip to content

Commit 486ca3a

Browse files
iabdalkaderdpgeorge
authored andcommitted
tools/ci.sh: Add Arduino GIGA to stm32 CI build.
Signed-off-by: iabdalkader <[email protected]>
1 parent e5ca06a commit 486ca3a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ports_stm32.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
ci_func: # names are functions in ci.sh
2626
- stm32_pyb_build
2727
- stm32_nucleo_build
28+
- stm32_misc_build
2829
runs-on: ubuntu-20.04
2930
steps:
3031
- uses: actions/checkout@v4

tools/ci.sh

+6
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,12 @@ function ci_stm32_nucleo_build {
366366
diff $BUILD_WB55/firmware.unpack.dfu $BUILD_WB55/firmware.unpack_no_sk.dfu
367367
}
368368

369+
function ci_stm32_misc_build {
370+
make ${MAKEOPTS} -C mpy-cross
371+
make ${MAKEOPTS} -C ports/stm32 BOARD=ARDUINO_GIGA submodules
372+
make ${MAKEOPTS} -C ports/stm32 BOARD=ARDUINO_GIGA
373+
}
374+
369375
########################################################################################
370376
# ports/unix
371377

0 commit comments

Comments
 (0)