CI: test sailboat in CI
This commit is contained in:
parent
d519c94b32
commit
2059d1485e
1
.github/workflows/test_sitl_rover.yml
vendored
1
.github/workflows/test_sitl_rover.yml
vendored
@ -63,6 +63,7 @@ jobs:
|
||||
matrix:
|
||||
config: [
|
||||
sitltest-rover,
|
||||
sitltest-sailboat,
|
||||
sitltest-balancebot
|
||||
]
|
||||
|
||||
|
@ -152,6 +152,10 @@ for t in $CI_BUILD_TARGET; do
|
||||
run_autotest "Rover" "build.Rover" "test.Rover"
|
||||
continue
|
||||
fi
|
||||
if [ "$t" == "sitltest-sailboat" ]; then
|
||||
run_autotest "Rover" "build.Rover" "test.Sailboat"
|
||||
continue
|
||||
fi
|
||||
if [ "$t" == "sitltest-tracker" ]; then
|
||||
run_autotest "Tracker" "build.Tracker" "test.Tracker"
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user