Commit graph

2 commits

Author SHA1 Message Date
d4a9605286
build-3rdparty.yml: Fix repo branch name
${{ env.GITHUB_HEAD_REF }} is not available to workflow_dispatch [1],
so the branch name must be manually extracted from
${{ env.GITHUB_EVENT_PATH }}.

[1]: https://forgejo.org/docs/latest/user/actions/#env-1
2025-01-26 17:45:58 +01:00
b4662b65b9
Introduce w64-mingw32 workflows
- build-3rdparty.yml cross-builds all third-party dependencies for
Windows. This workflow is meant to be run only sparingly, since
it fetches source code from many repositories and takes a long time to
build.

- build-w64-mingw32.yml cross-builds the game engine and tools for
Windows. It requires a pre-existing build of the third-party libraries.
2025-01-13 00:07:07 +01:00