Re: [melbourne-pug] Tool to script builds and other such things

2013-08-26 Thread Mike Dewhirst
On 27/08/2013 11:11am, Noon Silk wrote: On Tue, Aug 27, 2013 at 10:54 AM, Mike Dewhirst mailto:mi...@dewhirst.com.au>> wrote: On 27/08/2013 10:03am, Noon Silk wrote: What are people using for this? Suppose I'd like to do things like: - Run python tests Win

Re: [melbourne-pug] Tool to script builds and other such things

2013-08-26 Thread Noon Silk
On Tue, Aug 27, 2013 at 10:54 AM, Mike Dewhirst wrote: > On 27/08/2013 10:03am, Noon Silk wrote: > >> What are people using for this? >> >> Suppose I'd like to do things like: >>- Run python tests >> > > Windows: batch commands > Linux: Buildbot > I should've mentioned that we're using jenkin

Re: [melbourne-pug] Tool to script builds and other such things

2013-08-26 Thread Mike Dewhirst
On 27/08/2013 10:03am, Noon Silk wrote: What are people using for this? Suppose I'd like to do things like: - Run python tests Windows: batch commands Linux: Buildbot - Create python exes Windows: distutils and py2exe - Build arbitrary languages (say C++/C#/etc) Nah. Not since

[melbourne-pug] Tool to script builds and other such things

2013-08-26 Thread Noon Silk
What are people using for this? Suppose I'd like to do things like: - Run python tests - Create python exes - Build arbitrary languages (say C++/C#/etc) - Perform arbitrary tasks. SCons is good for perhaps the first one, but bad for the rest. NAnt is what I use currently. A quick searchin