mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
CI: test sim-on-hw build in CI
This commit is contained in:
parent
ce4a450d3a
commit
40e9b94f58
1
.github/workflows/test_chibios.yml
vendored
1
.github/workflows/test_chibios.yml
vendored
@ -157,6 +157,7 @@ jobs:
|
||||
build-options-defaults-test,
|
||||
signing,
|
||||
CubeOrange-PPP,
|
||||
CubeOrange-SOHW,
|
||||
]
|
||||
toolchain: [
|
||||
chibios,
|
||||
|
@ -334,6 +334,12 @@ for t in $CI_BUILD_TARGET; do
|
||||
$waf copter
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user