.github: add CubeNode-ETH build to CI

This commit is contained in:
bugobliterator 2024-11-14 16:01:04 +11:00 committed by Peter Barker
parent 37cfe71257
commit 44ef597647
1 changed files with 4 additions and 0 deletions

View File

@ -243,6 +243,10 @@ for t in $CI_BUILD_TARGET; do
$waf configure --board FreeflyRTK
$waf clean
$waf AP_Periph
echo "Building CubeNode-ETH peripheral fw"
$waf configure --board CubeNode-ETH
$waf clean
$waf AP_Periph
continue
fi