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
|
if [ $NAME == "Rover" ]; then
|
||||||
w="$w --enable-math-check-indexes"
|
w="$w --enable-math-check-indexes"
|
||||||
fi
|
fi
|
||||||
|
if [ "x$CI_BUILD_DEBUG" != "x" ]; then
|
||||||
|
w="$w --debug"
|
||||||
|
fi
|
||||||
Tools/autotest/autotest.py --waf-configure-args="$w" "$BVEHICLE" "$RVEHICLE"
|
Tools/autotest/autotest.py --waf-configure-args="$w" "$BVEHICLE" "$RVEHICLE"
|
||||||
ccache -s && ccache -z
|
ccache -s && ccache -z
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user