Tools: build a web enabled bootloader in CI

This commit is contained in:
Andrew Tridgell 2024-01-15 14:12:52 +11:00
parent 754d3df304
commit ebe7fc23b3
1 changed files with 3 additions and 0 deletions

View File

@ -346,6 +346,9 @@ for t in $CI_BUILD_TARGET; do
$waf configure --board Pixhawk6X-PPPGW
$waf clean
$waf AP_Periph
$waf configure --board Pixhawk6X-PPPGW --bootloader
$waf clean
$waf bootloader
continue
fi