mirror of https://github.com/ArduPilot/ardupilot
.github: add CubeNode-ETH build to CI
This commit is contained in:
parent
37cfe71257
commit
44ef597647
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue