Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workflows: Add CI to build Linux binaries
This adds CI to build ROTA from source using Godot Engine, then upload the build as an artifact. Eventually this could be expanded to build a Flatpak, and is a prerequisite to getting it onto Flathub. I intended to use the [godot-ci GitHub Action](https://github.com/marketplace/actions/godot-ci) for CI, but it doesn't currently support Godot 3.6 (see: abarichello/godot-ci#155). So for now, I'm using [docker.io/smks/godot-ci](https://hub.docker.com/r/smks/godot-ci) which is a container image forked from the former and just updated for 3.6.
- Loading branch information