← Back to team overview

dolfin team mailing list archive

Re: Buildbots

 

>
> > > Hopefully Johannes will set up separate buildbots for the branches
> > > shortly and then we can make sure that we only merge green branches
> > > into the main branch.
> >
> > This is really nice! Are we using the same machines as for the present
> > buildbots? Could be pretty crowded...
>
> Don't know, perhaps we only get one machine each... :-) Let's see what
> Johannes can put together.


Could be an idea to use ccache on the buildbots, that really helps with
repeated builds. (seems that cmake doesn't pick ccache up automatically even
if it's first in the PATH, you have to set CXX=/usr/lib/ccache/g++
explicitly).

 Also, scaling down the slowest demos and maybe let the regression test
runner be threaded might cut down the check time a lot.

-j.

Follow ups

References