Tools: fixed replay CI build

This commit is contained in:
Andrew Tridgell 2020-11-24 17:46:06 +11:00
parent 52f85e70a8
commit 3366ee9496

View File

@ -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