[CMake] What's the best cmake continuous integration open source tool?

Alexander Neundorf a.neundorf-work at gmx.net
Tue Jul 16 16:27:03 EDT 2013


On Monday 15 July 2013, Avihay Eyal wrote:
> Hi, my company uses CMake, and I want to use a CI framework. I wanted to
> know, with which CI frameworks did you have a good experience.
> 
> Since we work on a *private network*, travis
> <http://about.travis-ci.org/>CI is not an option. Google have their
> Blaze<http://google-engtools.blogspot.fr/2011/08/build-in-cloud-how-build-s
> ystem-works.html>, but it's not open sourced, and somehow I'm not sure that
> jenkins<http://jenkins-ci.org/>is the best CMake CI (not even sure it
> supports it well).
> 
> 
> Other than that, good integration with
> ninja<http://martine.github.io/ninja/manual.html#_introduction>is a
> plus.
I'm using ctest scripts to drive the cont. builds (incl. testing etc.), and 
the results are uploaded to cdash. 

Alex


More information about the CMake mailing list