mirror of https://github.com/ArduPilot/ardupilot
Tools: add force-32bit option while building sitl for CAN test
This commit is contained in:
parent
4262f506c1
commit
c386f9bdcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue