CI: test build fmuv3 bootloader in CI

fmuv3 and other 16k bootloaders were broken by a recent change
This commit is contained in:
Andrew Tridgell 2022-10-04 14:10:42 +11:00 committed by Peter Barker
parent d919a7f8f4
commit 6e310f4e4e
2 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
periph-build,
iofirmware,
CubeOrange-bootloader,
fmuv3-bootloader,
revo-bootloader,
stm32h7-debug,
fmuv3,

View File

@ -245,6 +245,14 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "fmuv3-bootloader" ]; then
echo "Building fmuv3 bootloader"
$waf configure --board fmuv3 --bootloader
$waf clean
$waf bootloader
continue
fi
if [ "$t" == "stm32f7" ]; then
echo "Building mRoX21-777/"
$waf configure --Werror --board mRoX21-777