diff options
author | Oz Linden <oz@lindenlab.com> | 2016-12-05 13:28:40 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-12-05 13:28:40 -0500 |
commit | 83209ef5c082405e3866d50c4188afd5cfaa7358 (patch) | |
tree | 3feaae9d1379050952e31061fb019aae28508d14 /BuildParams | |
parent | 911cd64e60ac7ee7805534ec42e1ef006adf9a46 (diff) |
remove more bits of the old build system
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/BuildParams b/BuildParams index 5adf249269..cbd5be7658 100755 --- a/BuildParams +++ b/BuildParams @@ -3,7 +3,6 @@ # Please refer to: # https://wiki.secondlife.com/wiki/Automated_Build_System - # Global setting for now.... Darwin.symbolfiles = "newview/Release/secondlife-symbols-darwin.tar.bz2" CYGWIN.symbolfiles = "newview/Release/secondlife-symbols-windows.tar.bz2" @@ -13,27 +12,9 @@ Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2" public_build = true build_docs = true -# disable all Debug builds (RelWithDebInfo is sufficient) -build_CYGWIN_Debug = false -build_Linux_Debug = false -build_Darwin_Debug = false -build_Debug = false - # enable Doxygen building on Linux for TeamCity (it can be done manually on any platform) build_Linux_Doxygen = true -# Update Public Inworld Build Status Indicators (setting should mirror "public_build") -email_status_this_is_os = true - -# Limit extent of codeticket updates to revisions after... -codeticket_since = 3.3.0-release - -# Override build system default toolchain -# Note that this will only affect automated builds. -Linux.distcc_version = -Linux.gcc_version = /usr/bin/gcc-4.6 -Linux.cxx_version = /usr/bin/g++-4.6 - # Need viewer-build-variables as well as other shared repositories buildscripts_shared_more_NAMEs="build_variables" build_variables_repostory_url = "https://bitbucket.org/lindenlab/viewer-build-variables" @@ -92,5 +73,4 @@ EDU_viewer_channel_suffix = "edu" # Notifications - to configure email notices use the TeamCity parameter # setting screen for your project or build configuration to set the # environment variable 'email' to a space-separated list of email addresses - - +email="" |