Updated auto_build.sh for continuous integration improvements.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Wed, 22 Jul 2015 18:10:39 +0000 (11:10 -0700)
committerErich Keane <erich.keane@intel.com>
Wed, 22 Jul 2015 20:42:40 +0000 (20:42 +0000)
commit6a6c0ab6ccc54c404afa2db889dbd4053a5eb5c5
treee683b69f8ae348ffdff81ba1f3cad3931af9f31f
parente243212d40b859488d187abd4003b7596e5a2340
Updated auto_build.sh for continuous integration improvements.

This commit effectively adds a new mode of building in the build
script. This new mode can be referenced as "parallel". Before all
builds occurred in sequence and could take a long time. Now an
individual contributor may build just a shim of the entire build
list. This will allow the Jenkins CI system to build each of the
shims in parallel to better utilize the several executors found
across the many build servers we have available for CI.

Change-Id: I945bc45201d8c3d4a5c754de02eaa623f59c8449
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1818
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
auto_build.sh