mirror of https://github.com/ArduPilot/ardupilot
.github: add ci action to validate bord list
This commit is contained in:
parent
8bee03a7b6
commit
0c2fc6165a
|
@ -24,11 +24,15 @@ jobs:
|
|||
config: [
|
||||
unit-tests,
|
||||
python-cleanliness,
|
||||
validate_board_list,
|
||||
sitl
|
||||
# examples,
|
||||
]
|
||||
exclude:
|
||||
- config: python-cleanliness
|
||||
- config: [
|
||||
python-cleanliness,
|
||||
validate_board_list
|
||||
]
|
||||
toolchain: clang
|
||||
steps:
|
||||
# git checkout the PR
|
||||
|
|
Loading…
Reference in New Issue