From 784119b737b2916ad717d5e14681aad278848724 Mon Sep 17 00:00:00 2001 From: Patrick C Lankswert Date: Tue, 17 Feb 2015 13:35:44 -0500 Subject: [PATCH] Added Arduino Mega w/WiFi build to auto build process. Seung-Woo Lee found a problem with the build for Arduino Mega w/WiFi. As a result, I am adding this to the build machine list to prevent regression in the future. Change-Id: Icdc9fd0ffd911c1bc9c1878f17ebb86010f2c2e1 Signed-off-by: Patrick Lankswert Reviewed-on: https://gerrit.iotivity.org/gerrit/359 Tested-by: jenkins-iotivity Reviewed-by: Joseph Morrow Reviewed-by: Sudarshan Prasad --- auto_build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auto_build.sh b/auto_build.sh index 536331c..65becd6 100755 --- a/auto_build.sh +++ b/auto_build.sh @@ -49,6 +49,9 @@ function build() echo "*********** Build for arduino arm *************" scons TARGET_OS=arduino TARGET_ARCH=arm ARDUINO_HOME=$2 RELEASE=$3 + echo "*********** Build for arduino mega w/WiFi *************" + scons TARGET_OS=arduino BOARD=mega NET=Wifi ARDUINO_HOME=$2 RELEASE=$3 + if [ $(uname -s) = "Darwin" ] then echo "*********** Build for OSX *************" -- 2.7.4