mirror of https://github.com/ArduPilot/ardupilot
Tools: add G4-ESC to build
this ensures G4 keeps building
This commit is contained in:
parent
fa9ac072ec
commit
ae986967c9
|
@ -198,6 +198,10 @@ for t in $CI_BUILD_TARGET; do
|
|||
$waf configure --board CubeOrange-periph
|
||||
$waf clean
|
||||
$waf AP_Periph
|
||||
echo "Building G4-ESC peripheral fw"
|
||||
$waf configure --board G4-ESC
|
||||
$waf clean
|
||||
$waf AP_Periph
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue