Tools: build_ci.sh: build with no/all options enabled

More chance of catching problems, and these are relatively cheap
This commit is contained in:
Peter Barker 2022-08-31 21:34:47 +10:00 committed by Andrew Tridgell
parent 5ed2785dfa
commit 7244cd361d

View File

@ -380,6 +380,11 @@ for t in $CI_BUILD_TARGET; do
--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 \
--build-targets=copter \
--build-targets=plane
continue
fi