CI: build CubeOrange-periph

this ensures H7 based peripherals (which are getting more common)
don't break
This commit is contained in:
Andrew Tridgell 2021-01-27 09:36:30 +11:00
parent 155de6d2bc
commit 6bc4e995a4

View File

@ -184,6 +184,10 @@ for t in $CI_BUILD_TARGET; do
$waf configure --board f303-Universal $waf configure --board f303-Universal
$waf clean $waf clean
$waf AP_Periph $waf AP_Periph
echo "Building CubeOrange peripheral fw"
$waf configure --board CubeOrange-periph
$waf clean
$waf AP_Periph
continue continue
fi fi