Tools: scripts: replace sitl-32bit with force-32bit

This commit is contained in:
bugobliterator 2023-01-09 09:57:10 +11:00 committed by Andrew Tridgell
parent c90cf03619
commit d0b79959e7

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 --sitl-32bit
$waf configure --board sitl --force-32bit
$waf copter
run_autotest "Copter" "build.SITLPeriphGPS" "test.CAN"
continue