[Buildbot-devel] the right way - vs2003 vsvars32.bat

Didier Trosset didier_trosset at agilent.com
Mon Dec 8 08:21:11 UTC 2008


Terry.Rankine at csiro.au wrote:
> Hi
> 
> I would like to set up a master to call the visual studio ‘set my 
> environment’ for me before calling my make file.
> 
> Can you do something like this
> 
> vsvars32.bat && mycommand “arg1” “arg2” in buildbot?
> 
> What is the correct way to call the visual studio vsvars32.bat to setup 
> the env before you call the compilers?

Hello,

I don't know if it applies to you, but it may be interesting fop you to know 
that you can build a solution file without the burden of the vcvars32 and 
makefile.

You can build a solution file in your build factories as follows :

command=["C:\\Full\\Path\\To\\IDE\\devenv.com",
          "yourfile.sln", "/Build", "Release"])

HTH
Didier

> 
> I would like to try and make the method contained within the master 
> config (and not need customised scripts/bat files/extra files on the slave).
> 
> Terry Rankine
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel

-- 
Didier Trosset-Moreau
SND / Data Converters
Agilent Technologies
Geneva, Switzerland





More information about the devel mailing list