Skip to content

Commit

Permalink
Tools: CI: Add building DDS to a STM32H7 board
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and tridge committed Mar 21, 2023
1 parent 74e7703 commit f604dd5
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -30,6 +30,7 @@ jobs:
revo-mini,
MatekF405-Wing,
CubeOrange-ODID,
enable-dds,
configure-all,
build-options-defaults-test,
signing
Expand Down
9 changes: 9 additions & 0 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,15 @@ for t in $CI_BUILD_TARGET; do
$waf plane
continue
fi

if [ "$t" == "enable-dds" ]; then
echo "Building with DDS support on a STM32H7"
$waf configure --board Durandal --enable-dds
$waf clean
$waf copter
$waf plane
continue
fi

if [ "$t" == "fmuv2-plane" ]; then
echo "Building fmuv2 plane"
Expand Down

0 comments on commit f604dd5

Please sign in to comment.