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

38 lines
687 B
Markdown

# Unity Actions
Github actions for testing and building Unity projects (WIP)
Feel free to contribute.
## Jobs
- [X] Checkout project
- [X] 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`.
- Activate license: [readme](./activate/README.md).
## Credits
Huge thanks to
[gableroux](https://gableroux.com/)
for his docker [image](https://hub.docker.com/r/gableroux/unity3d/)
and gitlab-ci [example](https://gitlab.com/gableroux/unity3d).