Browse Source

CI: build CubeOrange-periph

this ensures H7 based peripherals (which are getting more common)
don't break
zr-v5.1
Andrew Tridgell 4 years ago
parent
commit
6bc4e995a4
  1. 4
      Tools/scripts/build_ci.sh

4
Tools/scripts/build_ci.sh

@ -184,6 +184,10 @@ for t in $CI_BUILD_TARGET; do @@ -184,6 +184,10 @@ 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
$waf clean
$waf AP_Periph
continue
fi

Loading…
Cancel
Save