mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 20:23:58 -04:00
Tools: add ci action to validate bord list
This commit is contained in:
parent
c7025db356
commit
8bee03a7b6
@ -339,6 +339,12 @@ for t in $CI_BUILD_TARGET; do
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "$t" == "validate_board_list" ]; then
|
||||
echo "Validating board list"
|
||||
./Tools/autotest/validate_board_list.py
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "$t" == "signing" ]; then
|
||||
echo "Building signed firmwares"
|
||||
sudo apt-get update
|
||||
|
Loading…
Reference in New Issue
Block a user