From e923d3bfb070615070c509b68db3087816224753 Mon Sep 17 00:00:00 2001 From: Sachin Agrawal Date: Fri, 17 Apr 2015 14:33:16 -0700 Subject: [PATCH] Updated build Server script to include building Iotivity in secure mode This needs to be done to make sure that any new code change introduced in Iotivity does not break building Iotivity in 'secure' mode. Change-Id: Ia5bf0777728e4724ff005ba1731da470dcd75e54 Signed-off-by: Sachin Agrawal Reviewed-on: https://gerrit.iotivity.org/gerrit/770 Reviewed-by: Joseph Morrow Tested-by: jenkins-iotivity Reviewed-by: Erich Keane --- auto_build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auto_build.sh b/auto_build.sh index 7adfef5..e3c2bd2 100755 --- a/auto_build.sh +++ b/auto_build.sh @@ -17,6 +17,9 @@ function build() then echo "*********** Build for linux *************" scons RELEASE=$3 + + echo "*********** Build for linux with Security*************" + scons RELEASE=$3 SECURED=1 fi # Note: for android, as oic-resource uses C++11 feature stoi and to_string, -- 2.7.4