Tools: add force-32bit option while building sitl for CAN test

This commit is contained in:
bugobliterator 2023-01-23 11:22:52 +11:00 committed by Andrew Tridgell
parent 4262f506c1
commit c386f9bdcd
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ for t in $CI_BUILD_TARGET; do
fi
if [ "$t" == "sitltest-can" ]; then
echo "Building SITL Periph GPS"
$waf configure --board sitl
$waf configure --board sitl --sitl-32bit
$waf copter
run_autotest "Copter" "build.SITLPeriphGPS" "test.CAN"
continue