Added Arduino Mega w/WiFi build to auto build process.
authorPatrick C Lankswert <patrick.lankswert@intel.com>
Tue, 17 Feb 2015 18:35:44 +0000 (13:35 -0500)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Mon, 9 Mar 2015 18:36:10 +0000 (18:36 +0000)
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 <patrick.lankswert@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/359
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
auto_build.sh

index 536331c..65becd6 100755 (executable)
@@ -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 *************"