Skip to content

Commit

Permalink
CI: added CubeOrange-ODID build
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Aug 9, 2022
1 parent 2374481 commit 2f4a3ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
fmuv3,
revo-mini,
MatekF405-Wing,
CubeOrange-ODID,
configure-all,
build-options-defaults-test
]
Expand All @@ -47,6 +48,8 @@ jobs:
config: MatekF405-Wing
- gcc: 6
config: periph-build
- gcc: 6
config: CubeOrange-ODID
include:
- config: stm32h7
toolchain: chibios-py2
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 @@ -291,6 +291,15 @@ for t in $CI_BUILD_TARGET; do
continue
fi

if [ "$t" == "CubeOrange-ODID" ]; then
echo "Building CubeOrange-ODID"
$waf configure --board CubeOrange-ODID
$waf clean
$waf copter
$waf plane
continue
fi

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

0 comments on commit 2f4a3ea

Please sign in to comment.