mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 17:48:35 -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
|
if [ "$t" == "replay" ]; then
|
||||||
echo "Building replay"
|
echo "Building replay"
|
||||||
$waf configure --board linux --disable-scripting
|
$waf configure --board linux --disable-scripting
|
||||||
$way --target tools/Replay
|
$waf --target tools/Replay
|
||||||
echo "Building AP_DAL standalone test"
|
echo "Building AP_DAL standalone test"
|
||||||
$waf configure --board linux --disable-scripting --disable-gcs
|
$waf configure --board linux --disable-scripting --disable-gcs
|
||||||
$way --target tools/AP_DAL_Standalone
|
$waf --target tools/AP_DAL_Standalone
|
||||||
$waf clean
|
$waf clean
|
||||||
$waf bootloader
|
$waf bootloader
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user