mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
travis: added replay to travis build tests
This commit is contained in:
parent
dd96d7c205
commit
18e3c478f3
@ -59,7 +59,7 @@ matrix:
|
|||||||
- if: type != cron
|
- if: type != cron
|
||||||
compiler: "gcc"
|
compiler: "gcc"
|
||||||
env: CI_BUILD_TARGET="navigator periph-build"
|
env: CI_BUILD_TARGET="navigator periph-build"
|
||||||
name: navigator periph-build
|
name: navigator periph-build replay
|
||||||
- if: type != cron
|
- if: type != cron
|
||||||
compiler: "clang"
|
compiler: "clang"
|
||||||
env: CI_BUILD_TARGET="periph-build"
|
env: CI_BUILD_TARGET="periph-build"
|
||||||
|
@ -234,6 +234,18 @@ for t in $CI_BUILD_TARGET; do
|
|||||||
continue
|
continue
|
||||||
fi
|
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
|
if [ "$t" == "configure-all" ]; then
|
||||||
echo "Checking configure of all boards"
|
echo "Checking configure of all boards"
|
||||||
./Tools/scripts/configure_all.py
|
./Tools/scripts/configure_all.py
|
||||||
|
Loading…
Reference in New Issue
Block a user