Tools: CI: Add building DDS to a STM32H7 board

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-03-12 21:57:57 -06:00 committed by Andrew Tridgell
parent 74e7703288
commit f604dd5cdf
2 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
revo-mini,
MatekF405-Wing,
CubeOrange-ODID,
enable-dds,
configure-all,
build-options-defaults-test,
signing

View File

@ -310,6 +310,15 @@ for t in $CI_BUILD_TARGET; do
$waf plane
continue
fi
if [ "$t" == "enable-dds" ]; then
echo "Building with DDS support on a STM32H7"
$waf configure --board Durandal --enable-dds
$waf clean
$waf copter
$waf plane
continue
fi
if [ "$t" == "fmuv2-plane" ]; then
echo "Building fmuv2 plane"