travis: added fmuv2 plane build

this tests HAL_MINIMIZE_FEATURES build
This commit is contained in:
Andrew Tridgell 2019-04-08 08:01:01 +10:00
parent fb061a225a
commit db5776d080
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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