Re: [Patch] Docker image for remote development

2020-03-26 Thread Thomas Baumgart
Dawid, On Dienstag, 24. März 2020 23:42:51 CET Dawid Wrobel wrote: > On Tue, Mar 24, 2020 at 2:40 PM Thomas Baumgart wrote: > > The PIM stuff comes up with problems every now and then. If I would just > > have more time I would setup > > a craft build environment myself. Maybe, you can try to b

Re: [Patch] Docker image for remote development

2020-03-24 Thread Dawid Wrobel
On Tue, Mar 24, 2020 at 2:40 PM Thomas Baumgart wrote: The PIM stuff comes up with problems every now and then. If I would just > have more time I would setup > a craft build environment myself. Maybe, you can try to build KMyMoney w/o > PIM support. That used to > be possible but I don't know if

Re: [Patch] Docker image for remote development

2020-03-24 Thread Thomas Baumgart
On Dienstag, 24. März 2020 03:02:08 CET Dawid Wrobel wrote: > On Sat, Mar 21, 2020 at 1:44 PM Thomas Baumgart wrote: > > > I don't know either one, but it could certainly be of help for others. > > > > I'll work on this during the weekend. > > > > We are still looking for someone with MacOS k

Re: [Patch] Docker image for remote development

2020-03-23 Thread Dawid Wrobel
On Sat, Mar 21, 2020 at 1:44 PM Thomas Baumgart wrote: > I don't know either one, but it could certainly be of help for others. > I'll work on this during the weekend. > We are still looking for someone with MacOS knowhow to take care of the > 'broken' > CI build on > https://binary-factory.kd

Re: [Patch] Docker image for remote development

2020-03-21 Thread Thomas Baumgart
Dawid, On Samstag, 21. März 2020 16:06:07 CET Dawid Wrobel wrote: > Hi, > > I created a Dockerfile and docker-compose that lets me do all my > development remotely. I use it with CLion on my Mac and it works > flawlessly, sparing myself all the dependency handling headaches. > > https://github.

[Patch] Docker image for remote development

2020-03-21 Thread Dawid Wrobel
Hi, I created a Dockerfile and docker-compose that lets me do all my development remotely. I use it with CLion on my Mac and it works flawlessly, sparing myself all the dependency handling headaches. https://github.com/wrobelda/kmymoney/tree/docker_dev_env Let me know if you want me to document