mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 01:28:29 -04:00
Tools: do not build combined parameters as part of build_autotest
This commit is contained in:
parent
94afaebdb7
commit
b6415b34d1
@ -9,11 +9,6 @@ PARAMS_DIR="../buildlogs/Parameters"
|
|||||||
# work from either APM directory or above
|
# work from either APM directory or above
|
||||||
[ -d ArduPlane ] || cd APM
|
[ -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:
|
# copy combined parameters files away:
|
||||||
/bin/mkdir -p "$PARAMS_DIR"
|
/bin/mkdir -p "$PARAMS_DIR"
|
||||||
/bin/cp Parameters.wiki Parameters.html *.pdef.xml "$PARAMS_DIR"
|
/bin/cp Parameters.wiki Parameters.html *.pdef.xml "$PARAMS_DIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user