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