Skip to content

Commit

Permalink
CI: add Carbonix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed Dec 23, 2024
1 parent b9ee498 commit fa373c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_sitl_plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ jobs:
config: [
sitltest-plane,
sitltest-quadplane,
sitltest-carbonix,
]

steps:
Expand Down
4 changes: 4 additions & 0 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ for t in $CI_BUILD_TARGET; do
run_autotest "QuadPlane" "build.Plane" "test.QuadPlane"
continue
fi
if [ "$t" == "sitltest-carbonix" ]; then
run_autotest "Carbonix" "build.Plane" "test.Carbonix"
continue
fi
if [ "$t" == "sitltest-rover" ]; then
sudo apt-get update || /bin/true
sudo apt-get install -y ppp || /bin/true
Expand Down

0 comments on commit fa373c3

Please sign in to comment.