CI: test sim-on-hw build in CI

This commit is contained in:
Andrew Tridgell 2024-01-07 12:59:13 +11:00
parent ce4a450d3a
commit 40e9b94f58
2 changed files with 7 additions and 0 deletions

View File

@ -157,6 +157,7 @@ jobs:
build-options-defaults-test,
signing,
CubeOrange-PPP,
CubeOrange-SOHW,
]
toolchain: [
chibios,

View File

@ -335,6 +335,12 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "CubeOrange-SOHW" ]; then
echo "Building CubeOrange-SOHW"
Tools/scripts/sitl-on-hardware/sitl-on-hw.py --vehicle plane --simclass Plane --board CubeOrange
continue
fi
if [ "$t" == "dds-stm32h7" ]; then
echo "Building with DDS support on a STM32H7"
$waf configure --board Durandal --enable-dds