Good day!
We are developing the lab equipment and I have here several projects (CCS v6.1), each of them with large number of configurations (e.g. we have universal control board wich have different firmware for different devices). The projects are kept at CVS repository.
The production facility (which is resided in another city) need a continuous access to up-to-date builds for different configurations, and also field srevice engineers need it. Also sometimes we need access to outdated builds.
So I have the idea to establish a build server with web interface. I plan to set up linux server and setup a CCS there, and create several scripts for getting different versions from CVS and building different configurations.
The question is: Is there any guidelines for calling CCS builds from command line shell? Or documentation, etc? Any tips and tricks?
Of course, upon a success, I will be happy to contribute the solution to the community.