OPEN-8: allow specification of the configuration with env var AUTOBUILD_CONFIGURATION
Review Request #141 - Created Feb. 6, 2011 and submitted
Oz Linden | Reviewers | ||
viewer | |||
open-8 | |||
None | autobuild |
This patch adds support for specifying the configurations using the AUTOBUILD_CONFIGURATION environment variable (multiple configurations can be specified using commas to separate the values).
Tested manually with and without the command line argument, and with and without the environment variable set; the appropriate configuration values were used.
Posted (Feb. 8, 2011, 9:37 a.m.)
I'm not sure AUTOBUILD_CONFIGURATION is a good name for this environment variable. I know this is long, but AUTOUBUILD_DEFAULT_BUILD_CONFIGURATIONS is more accurate and descriptive (and one could probably drop the AUTOBUILD if we aren't too worried about conflicts with other env variable names)
Other reviews