Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Movement towards continuous integration in progress, any suggestions?

We have a bunch of C/C++ modules and projects for QNX4, QNX6 and Linux. All of these are written in Eclipse/QNX Momentics and we use Project Sets (psf files) to combine different modules into projects as required. The projects are built using make. The psf files specify which modules are required for a certain project.

I have looked at two CI/Nightly build systems (BuildBot, Apache Continuum), but neither works particularly well with psf files, or supports them directly.

Does any one know of a CI system that would allow me to work with them, without having to use scripts to check stuff out, etc?

Btw, we are using CVS for versioning.

like image 802
Sagar Avatar asked Nov 15 '22 12:11

Sagar


1 Answers

I only have experience (limited) with CruiseControl. It is very flexible and extensible, and has a number of plugins for third-party tools and version control systems; however it runs of Windows; you did not specify a platform. Of course you development platform and CI server platform need not be the same however.

like image 86
Clifford Avatar answered Dec 19 '22 09:12

Clifford