[CMake] trying to locate a cmake presentation describing CI setup

Dan Kegel dank at kegel.com
Sat Sep 14 15:59:39 EDT 2013


On Sat, Sep 14, 2013 at 12:28 PM, adrian orozco <orozcoadrian at gmail.com> wrote:
> It was a document with slides (either ppt or pdf). It talked about using
> build servers to deploy built artifacts and then downloading them later when
> some other projects needed them (or even test suites being run to test them)
> instead of re-building them again.
> I think it also talked about continuous integration concepts.

I can't find anything like that offhand.  Distant matches:
http://de.slideshare.net/amscanne/continuous-integration-16284334
http://de.slideshare.net/onesimplehuman/ignite-open-source-continuous-integration
http://schneide.wordpress.com/?cat=163615

For what it's worth, I use cmake (and lots of other build systems)
with buildbot (but it could as well be something else, since I insulate
myself from it) on three platforms to do continuous integration and test.

I just use scp to copy artifacts to a central server if I need to save them.

I tamed Buildbot's horrid configuration system by writing a module to
let me configure it with a simple json file; see
https://github.com/buildbot/buildbot/blob/master/master/contrib/SimpleConfig.py

- Dan


More information about the CMake mailing list