2019-11-29 17:44:22 -05:00
2019-11-29 17:44:24 -05:00
2019-11-29 17:44:22 -05:00
2019-11-29 15:33:21 -05:00
2019-11-29 18:32:35 -05:00

Build Godot

This action builds the godot project in your $GITHUB_WORKSPACE, so that you can easily automate builds.

Usage

Example:

steps:
- uses: josephbmanley/build-godot-action@develop
  env:
    PROJECT: godot-project

Environment Variables

  • PROJECT REQUIRED

    Name of the project files to output.

    Eg. godot-project will export to godot-project.exe

Credits

This action uses the godot-ci docker image from BARICHELLO

Description
GitHub action that builds a Godot project for multiple platforms
Readme MIT 176 KiB
Languages
Shell 65.6%
Dockerfile 34.4%