mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
Tools: fixed replay CI build
This commit is contained in:
parent
52f85e70a8
commit
3366ee9496
@ -236,13 +236,12 @@ for t in $CI_BUILD_TARGET; do
|
||||
|
||||
if [ "$t" == "replay" ]; then
|
||||
echo "Building replay"
|
||||
$waf configure --board linux --disable-scripting
|
||||
$waf --target tools/Replay
|
||||
$waf configure --board sitl --debug --disable-scripting
|
||||
$waf replay
|
||||
echo "Building AP_DAL standalone test"
|
||||
$waf configure --board linux --disable-scripting --disable-gcs
|
||||
$waf configure --board sitl --debug --disable-scripting --no-gcs
|
||||
$waf --target tools/AP_DAL_Standalone
|
||||
$waf clean
|
||||
$waf bootloader
|
||||
continue
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user