aaronfranke / godot-ci-template

Uses Gut and pre-commit to set up Godot CI in Github Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-ci-template

gut pre-commit ko-fi

demo-gif

What is this repo?

This is a bare-ish Godot project with Gut and Pre-commit pre-installed as GitHub Workflows.

This gives Godot devs out-of-the-box CI for their game projects

How do I use it?

  1. Log into GitHub.
  2. Make a repo from the template here.
  3. Make commits as usual.
  4. Add tests to tests/unit or tests/integration. Only filenames starting with test_ get tested!
  5. When master gets a commit or a PR, the CI will just werk!

Optional

  • Modify .pre-commit-config.yml and comment out pre-commit hooks you don't want to run.
  • Modify .gutconfig.json to change how gut runs.
  • Modify the GODOT_VERSION env_var in .gut.sh to match your preferred version of Godot.
  • Modify the build status images at the top of this README to point to your build status instead of the template's

About

Uses Gut and pre-commit to set up Godot CI in Github Actions

License:MIT License


Languages

Language:GDScript 99.2%Language:Shell 0.8%