Re: [GNC-dev] Help packaging GnuCash 3.x for Ubuntu Bionic

2019-10-02 Thread Tommy Trussell
On Tue, Oct 1, 2019 at 4:15 PM Stephen M. Butler wrote: > Sorry for the delayed response. Other irons were getting too hot in the > fire and my focus has been elsewhere. I did make it this far (and > reloading locales-all and vim to the environment). I'm trying to follow > https://wiki.ubuntu.

Re: [GNC-dev] Planning for 4.x - progress in scheme code

2019-10-02 Thread Christopher Lam
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