Commit graph

7 commits

Author SHA1 Message Date
13c014339a
Introduce w64-mingw32 workflows
Some checks failed
/ build (pull_request) Failing after 30s
- 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-12 11:23:16 +01:00
61cc37ea5c
build-deb.yml: Upload Debian package 2025-01-12 01:21:48 +01:00
3e14f7a2a1
build-deb.yml: Build Debian package 2025-01-12 01:21:48 +01:00
b184709e9e
build-deb.yml: Add step names
These get reflected by the web browser interface, enhancing readability.
However, splitting into different steps requires to specify the working
directory.
2025-01-12 01:21:48 +01:00
04e27645e7
build-deb.yml: Change indentation from 4 to 2 spaces
Even if most of the project follows the 4-space convention, 2 spaces
seems more comfortable for YAML files, specially for workflows where
deeper levels of indentations are common.
2025-01-12 01:21:48 +01:00
5b85f225fa
Rename build.yml to build-deb.yml
This workflow will be dedicated to Debian packaging only.
2025-01-12 01:21:47 +01:00
17f37e85ad
Add build.yml Forgejo workflow
All checks were successful
/ build (pull_request) Successful in 12m52s
2025-01-04 13:00:28 +01:00