On February 2, 2015 at 11:42:10 AM, Nicky Perian (nickyper...@gmail.com) wrote:
Does the underlying builder in LL's automated build system call MSBuild or Devenv? If it’s Team City or Bamboo, then it calls MSBuild like Microsoft recommends. Not sure about others. Drake has fixed the issue with command line building using msbuild and we posted a link in the relevant jira. The fix is much simpler and doesn’t create additional build targets. https://bitbucket.org/LightDrake/open-290/commits/a3716dfdd1f6da9d91b5b708f7f372101e24d572 -- Cinder Roxley Sent with Airmail On Mon, Feb 2, 2015 at 12:30 PM, Oz Linden (Scott Lawrence) <o...@lindenlab.com> wrote: On 2015-01-31 11:41 , Nicky Perian wrote: Two methods for command line building have been tested each starting with a fresh build-vc120 directory, with tests and package on. Machine spec is Intel i7 all 8 cores running with 6GB memory. autobuild configure -c ReleaseOSCE and autobuild build -c ReleaseOSCE Calls Devenv.exe which is the build program for VS2013 Community Edition Build completed in 53 minutes. autobuild configure -c ReleaseOS and autobuild build -c ReleaseOS Calls MSBuild.exe which is the build program available in VS2013 Express Edition AND VS2013 Community Edition. Build completes in 77 minutes. Should we provide open source developers both methods? I would prefer not to support more than one configuration for internal use and one for external use.
_______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges