mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
CI: added Pixhawk6X-PPPGW to CI builds
This commit is contained in:
parent
eacfd24cb9
commit
2e8be66353
1
.github/workflows/test_chibios.yml
vendored
1
.github/workflows/test_chibios.yml
vendored
@ -158,6 +158,7 @@ jobs:
|
|||||||
signing,
|
signing,
|
||||||
CubeOrange-PPP,
|
CubeOrange-PPP,
|
||||||
CubeOrange-SOHW,
|
CubeOrange-SOHW,
|
||||||
|
Pixhawk6X-PPPGW,
|
||||||
]
|
]
|
||||||
toolchain: [
|
toolchain: [
|
||||||
chibios,
|
chibios,
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user