mirror of https://github.com/ArduPilot/ardupilot
Tools: don't enable-in-turn when checking build options
takes forever and takes extra options to pass
This commit is contained in:
parent
c06d0cda30
commit
cfe9208855
|
@ -373,12 +373,14 @@ for t in $CI_BUILD_TARGET; do
|
|||
--no-disable-all \
|
||||
--no-disable-none \
|
||||
--no-disable-in-turn \
|
||||
--no-enable-in-turn \
|
||||
--board=CubeOrange \
|
||||
--build-targets=copter \
|
||||
--build-targets=plane
|
||||
echo "Checking all/none options in build_options.py work"
|
||||
time ./Tools/autotest/test_build_options.py \
|
||||
--no-disable-in-turn \
|
||||
--no-enable-in-turn \
|
||||
--build-targets=copter \
|
||||
--build-targets=plane
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue