Skip to content

Commit

Permalink
CI: added a 6X plane build for SOHW
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Mar 18, 2024
1 parent c3ba0dd commit e019488
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
build-options-defaults-test,
signing,
CubeOrange-PPP,
CubeOrange-SOHW,
SOHW,
Pixhawk6X-PPPGW,
]
toolchain: [
Expand Down
6 changes: 4 additions & 2 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,11 @@ for t in $CI_BUILD_TARGET; do
continue
fi

if [ "$t" == "CubeOrange-SOHW" ]; then
if [ "$t" == "SOHW" ]; then
echo "Building CubeOrange-SOHW"
Tools/scripts/sitl-on-hardware/sitl-on-hw.py --vehicle plane --simclass Plane --board CubeOrange
Tools/scripts/sitl-on-hardware/sitl-on-hw.py --board CubeOrange --vehicle copter --simclass MultiCopter
echo "Building 6X-SOHW"
Tools/scripts/sitl-on-hardware/sitl-on-hw.py --board Pixhawk6X --vehicle plane --simclass Plane --frame plane-3d
continue
fi

Expand Down

0 comments on commit e019488

Please sign in to comment.