Tools: fix replay build on build_ci.sh

This commit is contained in:
Pierre Kancir 2020-11-23 18:48:19 +01:00 committed by Andrew Tridgell
parent 935d39322c
commit 6534557832

View File

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