mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
Tools: scripts: replace sitl-32bit with force-32bit
This commit is contained in:
parent
c90cf03619
commit
d0b79959e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user