Extend the coverage of building Tizen
authorRami Jung <rami.jung@samsung.com>
Thu, 24 Sep 2015 04:36:28 +0000 (13:36 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Wed, 30 Sep 2015 11:46:25 +0000 (11:46 +0000)
Given that the former area of Tizen  cannot cover up all the Tizen build,
sometimes it missed the compile errors in Tizen.
Therefore it allows Iotivity to run the whole Tizen build
to avoid the mistakes

Change-Id: I026746f0850fe96186f044ac375176276d80a53e
Signed-off-by: Rami Jung <rami.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3019
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
(cherry picked from commit 50df871e5c1815394031cb9c1864c6671b1159ab)
Reviewed-on: https://gerrit.iotivity.org/gerrit/3303

auto_build.sh

index 2a09953..e01bb90 100755 (executable)
@@ -99,6 +99,9 @@ function build_arduino()
 
 function build_tizen()
 {
+       echo "*********** Build for Tizen *************"
+       ./gbsbuild.sh
+
        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=$1 $2