Tools: add CubeRedPrimary-bootloader target to build_ci

This commit is contained in:
bugobliterator 2023-04-12 14:38:08 +10:00 committed by Andrew Tridgell
parent 240556acc5
commit ec2eedd95b

View File

@ -252,6 +252,14 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "CubeRedPrimary-bootloader" ]; then
echo "Building CubeRedPrimary bootloader"
$waf configure --board CubeRedPrimary --bootloader
$waf clean
$waf bootloader
continue
fi
if [ "$t" == "fmuv3-bootloader" ]; then
echo "Building fmuv3 bootloader"
$waf configure --board fmuv3 --bootloader