travis: added replay to travis build tests

This commit is contained in:
Andrew Tridgell 2020-11-07 19:32:00 +11:00
parent dd96d7c205
commit 18e3c478f3
2 changed files with 13 additions and 1 deletions

View File

@ -59,7 +59,7 @@ matrix:
- if: type != cron
compiler: "gcc"
env: CI_BUILD_TARGET="navigator periph-build"
name: navigator periph-build
name: navigator periph-build replay
- if: type != cron
compiler: "clang"
env: CI_BUILD_TARGET="periph-build"

View File

@ -234,6 +234,18 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "replay" ]; then
echo "Building replay"
$waf configure --board linux --disable-scripting
$way --target tools/Replay
echo "Building AP_DAL standalone test"
$waf configure --board linux --disable-scripting --disable-gcs
$way --target examples/AP_DAL_Standalone
$waf clean
$waf bootloader
continue
fi
if [ "$t" == "configure-all" ]; then
echo "Checking configure of all boards"
./Tools/scripts/configure_all.py