I'm scripting the checkout, build, distribute, test, and commit cycle for a large C++ solution that is using Monotone, Cmake, Visual Studio Express 2008, and custom tests.
All of the other parts seem pretty straight-forward, but I don't see how to compile the visual studio solution without getting the GUI.
The script is written in Python, but an answer that would allow me to just make a call to: os.system would do.
