Tools: build FreeflyRTK in CI

this is our only F732 build
This commit is contained in:
Andrew Tridgell 2021-04-29 15:43:35 +10:00
parent 03132c378d
commit 8bad533a8e
1 changed files with 4 additions and 0 deletions

View File

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