unity-builder
unity-builder copied to clipboard
CLI: Command/Jobs system
Since the CLI must be able to run builds, tests, and perhaps more, a Jobs system that selects a job based on the command that was passed should be introduced to keep things sane.
for example: gameci build . should run the build job.