Reposting Stefan's patch in case we want to merge it in (I 'd rather not, adding them as GitLab jobs instead): - add MAINTAINERS entry - improve speed by parallelizing jobs
Philippe Mathieu-Daudé (2): MAINTAINERS: Add entry for GitHub 'Actions' config files .github/workflows: Use matrix strategy to parallelize builds Stefan Weil (1): .github/workflows: Add GitHub action for Windows build .github/workflows/build.sh | 112 ++++++++++++++++++++++ .github/workflows/pkg-config-crosswrapper | 37 +++++++ .github/workflows/win.yml | 25 +++++ MAINTAINERS | 6 ++ 4 files changed, 180 insertions(+) create mode 100755 .github/workflows/build.sh create mode 100755 .github/workflows/pkg-config-crosswrapper create mode 100644 .github/workflows/win.yml -- 2.21.3