On Sat, Sep 14, 2013 at 12:28 PM, adrian orozco <orozcoadr...@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
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to