From 50df871e5c1815394031cb9c1864c6671b1159ab Mon Sep 17 00:00:00 2001 From: Rami Jung Date: Thu, 24 Sep 2015 13:36:28 +0900 Subject: [PATCH] Extend the coverage of building Tizen 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 Reviewed-on: https://gerrit.iotivity.org/gerrit/3019 Tested-by: jenkins-iotivity Reviewed-by: Madan Lanka --- auto_build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auto_build.sh b/auto_build.sh index 2a09953..e01bb90 100755 --- a/auto_build.sh +++ b/auto_build.sh @@ -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 -- 2.7.4