From e06b3f3ff67e27a31c143409a8fcdddb4c01c565 Mon Sep 17 00:00:00 2001 From: Markus Koetter Date: Tue, 15 Jul 2014 01:17:30 +0200 Subject: [PATCH] Travis-CI: add vrubrain-v51 target (Copter) --- .travis.yml | 1 + Tools/scripts/install-prereqs-ubuntu.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8286b728b3..8025bc6efa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,4 @@ script: - cd ./ardupilot/ArduCopter && make configure && make && make px4-v2 - cd ../ArduPlane && make configure && make && make px4-v2 - cd ../APMrover2 && make configure && make && make px4-v2 + - cd ../ArduCopter && make configure && make && make vrubrain-v51 diff --git a/Tools/scripts/install-prereqs-ubuntu.sh b/Tools/scripts/install-prereqs-ubuntu.sh index 98ff4ec6b9..b5a319b386 100755 --- a/Tools/scripts/install-prereqs-ubuntu.sh +++ b/Tools/scripts/install-prereqs-ubuntu.sh @@ -69,6 +69,10 @@ if [ ! -d PX4NuttX ]; then git clone https://github.com/diydrones/PX4NuttX.git fi +if [ ! -d VRNuttX ]; then + git clone https://github.com/virtualrobotix/vrbrain_nuttx.git VRNuttX +fi + if [ ! -d $OPT/$ARM_ROOT ]; then ( cd $OPT;