Browse Source

Tools: fixed replay CI build

c415-sdk
Andrew Tridgell 4 years ago
parent
commit
3366ee9496
  1. 7
      Tools/scripts/build_ci.sh

7
Tools/scripts/build_ci.sh

@ -236,13 +236,12 @@ for t in $CI_BUILD_TARGET; do @@ -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…
Cancel
Save