Browse Source

Tools: fix replay build on build_ci.sh

c415-sdk
Pierre Kancir 4 years ago committed by Andrew Tridgell
parent
commit
6534557832
  1. 4
      Tools/scripts/build_ci.sh

4
Tools/scripts/build_ci.sh

@ -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…
Cancel
Save