Skip to content

Commit

Permalink
Tools: CI: build AP_Periph parameters in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and magicrub committed Nov 23, 2023
1 parent 47a1859 commit 6809f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ for t in $CI_BUILD_TARGET; do
fi

if [ "$t" == "param_parse" ]; then
for v in Rover AntennaTracker ArduCopter ArduPlane ArduSub Blimp; do
for v in Rover AntennaTracker ArduCopter ArduPlane ArduSub Blimp AP_Periph; do
python Tools/autotest/param_metadata/param_parse.py --vehicle $v
done
continue
Expand Down

0 comments on commit 6809f24

Please sign in to comment.