mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Tools: fix replay build on build_ci.sh
This commit is contained in:
parent
935d39322c
commit
6534557832
@ -237,10 +237,10 @@ for t in $CI_BUILD_TARGET; do
|
||||
if [ "$t" == "replay" ]; then
|
||||
echo "Building replay"
|
||||
$waf configure --board linux --disable-scripting
|
||||
$way --target tools/Replay
|
||||
$waf --target tools/Replay
|
||||
echo "Building AP_DAL standalone test"
|
||||
$waf configure --board linux --disable-scripting --disable-gcs
|
||||
$way --target tools/AP_DAL_Standalone
|
||||
$waf --target tools/AP_DAL_Standalone
|
||||
$waf clean
|
||||
$waf bootloader
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user