mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
travis: added fmuv2 plane build
this tests HAL_MINIMIZE_FEATURES build
This commit is contained in:
parent
fb061a225a
commit
db5776d080
@ -60,7 +60,7 @@ matrix:
|
||||
include:
|
||||
- if: type != cron
|
||||
compiler: "gcc"
|
||||
env: CI_BUILD_TARGET="revo-bootloader iofirmware stm32f7 stm32h7"
|
||||
env: CI_BUILD_TARGET="revo-bootloader iofirmware stm32f7 stm32h7 fmuv2-plane"
|
||||
- compiler: "gcc"
|
||||
env: CI_BUILD_TARGET="revo-mini configure-all"
|
||||
- if: type != cron
|
||||
|
@ -109,6 +109,14 @@ for t in $CI_BUILD_TARGET; do
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "$t" == "fmuv2-plane" ]; then
|
||||
echo "Building fmuv2 plane"
|
||||
$waf configure --board fmuv2
|
||||
$waf clean
|
||||
$waf plane
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "$t" == "iofirmware" ]; then
|
||||
echo "Building iofirmware"
|
||||
$waf configure --board iomcu
|
||||
|
Loading…
Reference in New Issue
Block a user