Tools: do CI build for HerePro instead of CubeOrange-periph

This commit is contained in:
Siddharth Purohit 2021-06-20 16:45:02 +05:30 committed by Andrew Tridgell
parent 9a19a86a81
commit 5468869eba
1 changed files with 6 additions and 2 deletions

View File

@ -194,10 +194,14 @@ for t in $CI_BUILD_TARGET; do
$waf configure --board f303-Universal
$waf clean
$waf AP_Periph
echo "Building CubeOrange peripheral fw"
$waf configure --board CubeOrange-periph
echo "Building HerePro peripheral fw"
$waf configure --board HerePro
$waf clean
$waf AP_Periph
echo "Building HerePro bootloader"
$waf configure --board HerePro --bootloader
$waf clean
$waf bootloader
echo "Building G4-ESC peripheral fw"
$waf configure --board G4-ESC
$waf clean