Hi. Anything is possible. ;-)
Regarding Dockerfiles to build Gnucash for Linux, Windows, and Osx...
- Gnucash 4.x has several dependency changes and I don't have a
dockerfile to build them.
- Linux updates will be relatively straightforward. It is usually only
differences in dependenc
Oops, I could be wrong. Github actions might now have the ability to run
Windows Docker containers. I or someone else needs to verify this.
--Dale Phurrough
On Tue, Dec 8, 2020 at 2:00 PM Dale Phurrough wrote:
> Hi. Anything is possible. ;-)
>
> Regarding Dockerfiles to build Gnucash for Linux,
Sounds all complex... A simple Dockerfile to set up a dev environment would
be a good start! Or, if it already exists, documentation could be improved
- "how to start hacking and building after a bare-bones linux+docker
install".
On Tue, 8 Dec 2020 at 13:00, Dale Phurrough wrote:
> Hi. Anything
If Linux builds only, then only two things needs to be done:
1. Update the existing 3.x solution at
https://github.com/diablodale/gnucash-dev-docker to compile for GnuCash
4.x. After someone understands the shared/common methodology, this is less
than a week of work. A single platform
Dale,
We already have dockers running Linux--Arch Linux, Ubuntu-18.04, and
Ubuntu-20.04--on Travis CI and Github actions. Feel free to borrow whatever you
need from there to update yours, the docker files are in utils/ci.
Chris isn't looking for CI, he wants a Windows Docker image with all the
Hi, John. Still not building official releases in containers? Give
in...they're reproducible, self-documenting, easy to version control, etc.
You can use them for building, CI, test. They run on clouds, single
machines, and personal laptops.
All one. All the same.
I do have a Windows Dockerfile th
Dale, your work will definitely be a candidate for inclusion if you do a
PR. A private repository doesn't necessarily give any confidence that its
use can be considered suitable for everyone's use.
As such my particular wishes are to:
- a dev environment with latest packages
- a dev environment wi