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, signing,
CubeOrange-PPP, CubeOrange-PPP,
CubeOrange-SOHW, CubeOrange-SOHW,
Pixhawk6X-PPPGW,
] ]
toolchain: [ toolchain: [
chibios, chibios,

View File

@ -341,6 +341,14 @@ for t in $CI_BUILD_TARGET; do
continue continue
fi 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 if [ "$t" == "dds-stm32h7" ]; then
echo "Building with DDS support on a STM32H7" echo "Building with DDS support on a STM32H7"
$waf configure --board Durandal --enable-dds $waf configure --board Durandal --enable-dds