Tools: add G4-ESC to build

this ensures G4 keeps building
This commit is contained in:
Andrew Tridgell 2021-04-14 11:20:28 +10:00
parent fa9ac072ec
commit ae986967c9

View File

@ -198,6 +198,10 @@ for t in $CI_BUILD_TARGET; do
$waf configure --board CubeOrange-periph $waf configure --board CubeOrange-periph
$waf clean $waf clean
$waf AP_Periph $waf AP_Periph
echo "Building G4-ESC peripheral fw"
$waf configure --board G4-ESC
$waf clean
$waf AP_Periph
continue continue
fi fi