Tools: add CubeOrange-periph to CI build test

This commit is contained in:
bugobliterator 2021-08-11 19:19:14 +05:30 committed by Andrew Tridgell
parent acab1478a2
commit dba40481c6
1 changed files with 4 additions and 0 deletions

View File

@ -198,6 +198,10 @@ for t in $CI_BUILD_TARGET; do
$waf configure --board HerePro $waf configure --board HerePro
$waf clean $waf clean
$waf AP_Periph $waf AP_Periph
echo "Building CubeOrange-periph peripheral fw"
$waf configure --board CubeOrange-periph
$waf clean
$waf AP_Periph
echo "Building HerePro bootloader" echo "Building HerePro bootloader"
$waf configure --board HerePro --bootloader $waf configure --board HerePro --bootloader
$waf clean $waf clean