Files
unity-actions/README.md
2019-11-03 22:30:25 +01:00

687 B

Unity Actions

Github actions for testing and building Unity projects (WIP)

Feel free to contribute.

Jobs

  • Checkout project
  • Activate license
  • Open project in Unity
  • Install dependencies
  • Perform test suite
  • Select scene(s)
  • Build scene(s)

Platforms

  • WebGL
  • Windows
  • Linux
  • MacOS
  • Android
  • iOS

How to use

Create a workflow in .github/workflows/main.yml.

Credits

Huge thanks to gableroux for his docker image and gitlab-ci example.