mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tools: scripts: build_ci.sh: understand env CI_BUILD_DEBUG
This commit is contained in:
parent
15308af230
commit
6352e10811
@ -58,6 +58,9 @@ function run_autotest() {
|
||||
if [ $NAME == "Rover" ]; then
|
||||
w="$w --enable-math-check-indexes"
|
||||
fi
|
||||
if [ "x$CI_BUILD_DEBUG" != "x" ]; then
|
||||
w="$w --debug"
|
||||
fi
|
||||
Tools/autotest/autotest.py --waf-configure-args="$w" "$BVEHICLE" "$RVEHICLE"
|
||||
ccache -s && ccache -z
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user