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 Python.

   - Perform arbitrary tasks.

Windows: Python scripts and batch commands
Linux: Python scripts, shell scripts and Buildbot


SCons is good for perhaps the first one, but bad for the rest. NAnt is
what I use currently. A quick searching leads me to:
http://paver.github.io/paver/

I know I could also do things in perhaps make, cmake, or rake, to
varying degrees of goodness.

Notably, I want to be able to do this primarily on Windows, and
optionally on linux.

--
Noon Silk

Fancy a quantum lunch? https://sites.google.com/site/quantumlunch/

"Every morning when I wake up, I experience an exquisite joy — the joy
of being this signature."


_______________________________________________
melbourne-pug mailing list
melbourne-pug@python.org
http://mail.python.org/mailman/listinfo/melbourne-pug


_______________________________________________
melbourne-pug mailing list
melbourne-pug@python.org
http://mail.python.org/mailman/listinfo/melbourne-pug

Reply via email to