CI: added CubeOrange-ODID build

This commit is contained in:
Andrew Tridgell 2022-08-07 14:10:28 +10:00
parent 23744819dc
commit 2f4a3ea4e8
2 changed files with 12 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
fmuv3,
revo-mini,
MatekF405-Wing,
CubeOrange-ODID,
configure-all,
build-options-defaults-test
]
@ -47,6 +48,8 @@ jobs:
config: MatekF405-Wing
- gcc: 6
config: periph-build
- gcc: 6
config: CubeOrange-ODID
include:
- config: stm32h7
toolchain: chibios-py2

View File

@ -291,6 +291,15 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "CubeOrange-ODID" ]; then
echo "Building CubeOrange-ODID"
$waf configure --board CubeOrange-ODID
$waf clean
$waf copter
$waf plane
continue
fi
if [ "$t" == "fmuv2-plane" ]; then
echo "Building fmuv2 plane"
$waf configure --board fmuv2