mirror of https://github.com/ArduPilot/ardupilot
Tools: do not build combined parameters as part of build_autotest
This commit is contained in:
parent
ceb611a056
commit
73dfc557ec
|
@ -9,11 +9,6 @@ PARAMS_DIR="../buildlogs/Parameters"
|
|||
# work from either APM directory or above
|
||||
[ -d ArduPlane ] || cd APM
|
||||
|
||||
# generate combined parameters files for all vehicles:
|
||||
./Tools/autotest/param_metadata/param_parse.py > param.out || {
|
||||
echo "Parameter parsing failed"
|
||||
exit 1
|
||||
}
|
||||
# copy combined parameters files away:
|
||||
/bin/mkdir -p "$PARAMS_DIR"
|
||||
/bin/cp Parameters.wiki Parameters.html *.pdef.xml "$PARAMS_DIR"
|
||||
|
|
Loading…
Reference in New Issue