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
1 changed files with 4 additions and 0 deletions

View File

@ -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