Skip to content

Commit

Permalink
CI: test sim-on-hw build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jan 7, 2024
1 parent ce4a450 commit 40e9b94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
build-options-defaults-test,
signing,
CubeOrange-PPP,
CubeOrange-SOHW,
]
toolchain: [
chibios,
Expand Down
6 changes: 6 additions & 0 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,12 @@ for t in $CI_BUILD_TARGET; do
$waf copter
continue
fi

if [ "$t" == "CubeOrange-SOHW" ]; then
echo "Building CubeOrange-SOHW"
Tools/scripts/sitl-on-hardware/sitl-on-hw.py --vehicle plane --simclass Plane --board CubeOrange
continue
fi

if [ "$t" == "dds-stm32h7" ]; then
echo "Building with DDS support on a STM32H7"
Expand Down

0 comments on commit 40e9b94

Please sign in to comment.