Re-enable Tizen build
authorErich Keane <erich.keane@intel.com>
Mon, 20 Jul 2015 17:35:07 +0000 (10:35 -0700)
committerErich Keane <erich.keane@intel.com>
Tue, 21 Jul 2015 23:18:25 +0000 (23:18 +0000)
Tizen build was disabled for the 0.9.2 release since it was incomplete
and interfered with features.  This commit puts them back into the
auto_build.sh so that it'll be building on master.

Change-Id: I4ecf2cd7a9df06a3d2ca987fffc7130fabba0ca1
Signed-off-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1764
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
auto_build.sh

index 4defa66..d85a652 100755 (executable)
@@ -54,10 +54,10 @@ function build()
        scons resource TARGET_OS=arduino UPLOAD=false BOARD=arduino_due_x TARGET_ARCH=arm TARGET_TRANSPORT=IP SHIELD=WIFI RELEASE=$3
 
        echo "*********** Build for Tizen CA lib and sample *************"
-    #scons -f resource/csdk/connectivity/build/tizen/SConscript TARGET_OS=tizen TARGET_TRANSPORT=IP LOGGING=true RELEASE=$3
+    scons -f resource/csdk/connectivity/build/tizen/SConscript TARGET_OS=tizen TARGET_TRANSPORT=IP LOGGING=true RELEASE=$3
 
        echo "*********** Build for Tizen CA lib and sample with Security *************"
-    #scons -f resource/csdk/connectivity/build/tizen/SConscript TARGET_OS=tizen TARGET_TRANSPORT=IP LOGGING=true SECURED=1 RELEASE=$3
+    scons -f resource/csdk/connectivity/build/tizen/SConscript TARGET_OS=tizen TARGET_TRANSPORT=IP LOGGING=true SECURED=1 RELEASE=$3
 
        if [ $(uname -s) = "Darwin" ]
        then