Using parallels in a build system?
Hi, I'm currently putting together a proposal for an automated build system, and I think Parallels may be the solution to my problem, but I had a question. I'll start off by saying I'm a complete MacOS neophyte, so I'm sorry if this seems dumb.
I need our build system to be able to build our mac and windows code base, and I'm hoping to do it on one machine. My plan is to use CruiseControl to run Scons. What I'd like to be able to do is write a Scons (python) script on the Mac that would launch another Scons build script in Windows. So my question is this: Is it possible to launch a script (batch file, application, whatever) in the VM running Windows from a Scons script on MacOS (via python applscript bridge, or directly?)
Thanks for any help you can give! I'm not expecting code or anything, just a simple yes or no would be great, so I can finish my proposal
Last edited: Jun 12, 2008