CI: build CubeBlack-EKF2 not CubeOrange-EKF2 in CI

we really just care that EKF2 builds here, the board really isn't that important
This commit is contained in:
Peter Barker 2024-09-17 16:03:43 +10:00 committed by Peter Barker
parent 075a5c3cee
commit c6491d6b45
2 changed files with 4 additions and 4 deletions

View File

@ -156,7 +156,7 @@ jobs:
build-options-defaults-test,
signing,
CubeOrange-PPP,
CubeOrange-EKF2,
CubeRed-EKF2,
SOHW,
Pixhawk6X-PPPGW,
new-check,

View File

@ -327,9 +327,9 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "CubeOrange-EKF2" ]; then
echo "Building CubeOrange with EKF2 enabled"
$waf configure --board CubeOrange --enable-EKF2
if [ "$t" == "CubeRed-EKF2" ]; then
echo "Building CubeRed with EKF2 enabled"
$waf configure --board CubeRedPrimary --enable-EKF2
$waf clean
$waf copter
continue