Tools: don't enable-in-turn when checking build options

takes forever and takes extra options to pass
This commit is contained in:
Peter Barker 2022-10-01 20:41:10 +10:00 committed by Andrew Tridgell
parent c06d0cda30
commit cfe9208855
1 changed files with 2 additions and 0 deletions

View File

@ -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