mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
Tools: removed force32 bit option for sitltest-can
multicast does not work on CI as 32 bit binary
This commit is contained in:
parent
914d31b4cf
commit
08fd7973e2
@ -130,7 +130,7 @@ for t in $CI_BUILD_TARGET; do
|
|||||||
fi
|
fi
|
||||||
if [ "$t" == "sitltest-can" ]; then
|
if [ "$t" == "sitltest-can" ]; then
|
||||||
echo "Building SITL Periph GPS"
|
echo "Building SITL Periph GPS"
|
||||||
$waf configure --board sitl --force-32bit
|
$waf configure --board sitl
|
||||||
$waf copter
|
$waf copter
|
||||||
run_autotest "Copter" "build.SITLPeriphGPS" "test.CAN"
|
run_autotest "Copter" "build.SITLPeriphGPS" "test.CAN"
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user