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:
parent
075a5c3cee
commit
c6491d6b45
2
.github/workflows/test_chibios.yml
vendored
2
.github/workflows/test_chibios.yml
vendored
@ -156,7 +156,7 @@ jobs:
|
||||
build-options-defaults-test,
|
||||
signing,
|
||||
CubeOrange-PPP,
|
||||
CubeOrange-EKF2,
|
||||
CubeRed-EKF2,
|
||||
SOHW,
|
||||
Pixhawk6X-PPPGW,
|
||||
new-check,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user