mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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:
parent
5ed2785dfa
commit
7244cd361d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user