Example using Unity Actions to test and build a unity project.
Go to file
Gabriel Le Breton 870cfc8226 Add push: { branches: [main] } so it gets executed once
There seem to be a limitation with workflow_dispatch where job doesn't appear if not triggered at least once. I wonder how this can be solved. 🤔
2020-10-08 10:31:15 -04:00
.github/workflows Add push: { branches: [main] } so it gets executed once 2020-10-08 10:31:15 -04:00
Assets Move scripts to Scripts folder 2020-10-08 10:26:37 -04:00
Packages Add unity project 2020-10-08 09:45:46 -04:00
ProjectSettings Add SampleScene to build configuration 2020-10-08 10:27:07 -04:00
.gitignore git ignore-io > .gitignore 2020-10-08 09:45:36 -04:00
License.md initial commit 2020-10-08 09:45:12 -04:00
ReadMe.md Update readme to add link to unity-ci.com 2020-10-08 10:12:10 -04:00

unity-actions example

Example using unity-actions to test and build a unity project. More information at unity-ci.com

Points of interest

License

MIT © Gabriel Le Breton