| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Easily build and test your Unity project.
CircleCI Orb Registry Page - The official registry page of this orb for all versions, executors, commands, and jobs described.
CircleCI Orb Docs - Docs for using, creating, and publishing CircleCI Orbs.
We welcome issues to and pull requests against this repository!
If you want a private orb for your build env. The following steps allow you to do so. These are adapted from the CircleCI Manual Orb Authoring Process
circleci namespace create <name> --org-id <your-organization-id>
circleci orb create <my-namespace>/<my-orb-name> --private
circleci orb pack src > unity-orb.yml
circleci orb publish unity-orb.yml <my-namespace>/<my-orb-name>@dev:first
circleci orb publish promote <my-namespace>/<my-orb-name>@dev:first patch| Back | FazBrowse Home | New Git URL |