Tools: add CubeRedPrimary-bootloader target to build_ci
This commit is contained in:
parent
240556acc5
commit
ec2eedd95b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user