We have a bunch of C / C ++ modules and projects for QNX4, QNX6 and Linux. They are all written in Eclipse / QNX Momentics, and we use Project Sets (psf files) to combine various modules into projects as needed. Projects are built using make. The psf files determine which modules are needed for a particular project.
I reviewed two CI / Nightly build systems (BuildBot, Apache Continuum), but it doesn't work very well with psf files or supports them directly.
Does anyone know of a CI system that would allow me to work with them without having to use scripts to verify information, etc.
Btw, we use CVS for version control.
Sagar source
share