gnucash-on-windows master: Run the future branch workflows.
John Ralls
jralls at code.gnucash.org
Tue Aug 25 19:16:40 EDT 2026
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/78d0843c (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/98c89cc9 (commit)
commit 78d0843c8690be9f8b36a34e4f2c863ffc53ef1a
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Aug 24 17:17:51 2026 -0700
Run the future branch workflows.
Because non-default branches can't run on a schedule.
The dependency workflows run once a quarter to make sure the repository
stays reasonably up to date with MSYS2.
Nightly build is run nightly but only if there are new commits to
gnucash:future. If the workflow is triggered manually it runs regardless
of whether there are new commits.
Summary of changes:
.../run-future-build-ucrt64-aqbanking.yml | 10 +++++
.../workflows/run-future-build-ucrt64-guile3.yml | 10 +++++
.../workflows/run-future-build-ucrt64-libdbi.yml | 10 +++++
.../workflows/run-future-build-ucrt64-libofx.yml | 10 +++++
.github/workflows/run-future-build-ucrt64-swig.yml | 10 +++++
.github/workflows/run-future-ucrt64-nightly.yml | 46 ++++++++++++++++++++++
6 files changed, 96 insertions(+)
create mode 100644 .github/workflows/run-future-build-ucrt64-aqbanking.yml
create mode 100644 .github/workflows/run-future-build-ucrt64-guile3.yml
create mode 100644 .github/workflows/run-future-build-ucrt64-libdbi.yml
create mode 100644 .github/workflows/run-future-build-ucrt64-libofx.yml
create mode 100644 .github/workflows/run-future-build-ucrt64-swig.yml
create mode 100644 .github/workflows/run-future-ucrt64-nightly.yml
More information about the gnucash-patches
mailing list