mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Separate tables
This commit is contained in:
26
README.md
26
README.md
@@ -24,27 +24,41 @@ Detailed instructions can be found in each action below.
|
||||
|
||||
## Jobs
|
||||
|
||||
#### Checkout
|
||||
|
||||
| Description | Done | Status |
|
||||
|-------------------------|------|--------|
|
||||
| [Checkout project](https://github.com/actions/checkout) | ✔ | Native support |
|
||||
| | | |
|
||||
|
||||
#### Configure
|
||||
|
||||
| Description | Done | Status |
|
||||
|-------------------------|------|--------|
|
||||
| [Request activation file](https://github.com/webbertakken/unity-request-manual-activation-file) | ✔ | [](https://github.com/WebberTakken/unity-request-manual-activation-file/workflows/Actions%20%F0%9F%98%8E/badge.svg) |
|
||||
| Activate license | ✔ | Not yet separated |
|
||||
| | | |
|
||||
|
||||
#### Test
|
||||
|
||||
| Description | Done | Status |
|
||||
|-------------------------|------|--------|
|
||||
| Test all in one | ✔ | Not yet separated |
|
||||
| Test edit mode only | ✔ | Not yet separated |
|
||||
| Test play mode only | ✔ | Not yet separated |
|
||||
| | | |
|
||||
|
||||
#### Build
|
||||
|
||||
| Description | Done | Status |
|
||||
|-------------------------|------|--------|
|
||||
| Build for WebGL | ❌ | In progress |
|
||||
| Build for Windows | ❌ | In progress |
|
||||
| Build for Linux | ❌ | In progress |
|
||||
| Build for MacOS | ❌ | In progress |
|
||||
| Build for Android | ❌ | In progress |
|
||||
| Build for iOS | ❌ | In progress |
|
||||
| | | |
|
||||
| Complete workflow | ✔ | [](https://github.com/WebberTakken/unity-actions/workflows/Actions%20😎/badge.svg) |
|
||||
|
||||
An example implementation can be found in `main.yml` from this repo.
|
||||
#### Reference implementation
|
||||
|
||||
A full example implementation can be found in `main.yml` of this repo.
|
||||
|
||||
## Credits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user