travis: fixed for tools group for DAL standalone

This commit is contained in:
Andrew Tridgell 2020-11-07 22:15:23 +11:00
parent 4f17edc67d
commit fb4b149a73
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ for t in $CI_BUILD_TARGET; do
$way --target tools/Replay
echo "Building AP_DAL standalone test"
$waf configure --board linux --disable-scripting --disable-gcs
$way --target examples/AP_DAL_Standalone
$way --target tools/AP_DAL_Standalone
$waf clean
$waf bootloader
continue