Re: Structuring builds for a large project

2012-09-24 Thread Les Mikesell
On Sat, Sep 22, 2012 at 6:42 AM, Kayode Odeyemi wrote: > > We are working on a large project which have been categorized into different > modules and libraries. Currently we have decided to use CI and of course > Jenkins, but we are stuck on how to structure these builds. Our modular > architectu

Re: Structuring builds for a large project

2012-09-23 Thread Kenneth
Hi Kayode, please let me know how you progress. I am facing a similar challange and have not figured out how to get it to run. my problem is projects that use other projects, in C++ terms link. thanks Kenneth On Saturday, September 22, 2012 1:42:31 PM UTC+2, Kayode Odeyemi wrote: > Hello all

Structuring builds for a large project

2012-09-22 Thread Kayode Odeyemi
Hello all, We are working on a large project which have been categorized into different modules and libraries. Currently we have decided to use CI and of course Jenkins, but we are stuck on how to structure these builds. Our modular architecture has the following structure: - core - ma