CI: added Pixhawk6X-PPPGW to CI builds

This commit is contained in:
Andrew Tridgell 2024-01-13 12:55:12 +11:00 committed by Tom Pittenger
parent eacfd24cb9
commit 2e8be66353
2 changed files with 9 additions and 0 deletions

View File

@ -158,6 +158,7 @@ jobs:
signing,
CubeOrange-PPP,
CubeOrange-SOHW,
Pixhawk6X-PPPGW,
]
toolchain: [
chibios,

View File

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