Updated build Server script to include building Iotivity in secure mode
authorSachin Agrawal <sachin.agrawal@intel.com>
Fri, 17 Apr 2015 21:33:16 +0000 (14:33 -0700)
committerErich Keane <erich.keane@intel.com>
Mon, 20 Apr 2015 06:08:52 +0000 (06:08 +0000)
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 <sachin.agrawal@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/770
Reviewed-by: Joseph Morrow <joseph.l.morrow@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
auto_build.sh

index 7adfef5..e3c2bd2 100755 (executable)
@@ -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,