Just a small tip about ctests.
ninja can build in parallel. ctest can also run tests in parallel. The
following does the trick for me:
export CTEST_PARALLEL_LEVEL=4
On Mon, 30 Sep 2019 at 13:55, Christopher Lam
wrote:
> Hi Users and Devs
>
> Those with an eye on maint & master will notice I've
Thank you for kind words!
On Tue, 1 Oct 2019 at 11:56, Amish wrote:
> On 30/09/19 7:25 pm, Christopher Lam wrote:
> > Hi Users and Devs
> >
> > Those with an eye on maint & master will notice I've continued cleaning
> up
> > reports and report infrastructure heavily. I hope these efforts are
> >
On 30/09/19 7:25 pm, Christopher Lam wrote:
Hi Users and Devs
Those with an eye on maint & master will notice I've continued cleaning up
reports and report infrastructure heavily. I hope these efforts are
appreciated. In my subjective view, the cleaned up reports are neater and
easier to follow,
Hi Users and Devs
Those with an eye on maint & master will notice I've continued cleaning up
reports and report infrastructure heavily. I hope these efforts are
appreciated. In my subjective view, the cleaned up reports are neater and
easier to follow, and less wordy.
I have two major approaches