mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Update supported platforms
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -119,14 +119,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: webbertakken/unity-activate@v1
|
|
||||||
- uses: webbertakken/unity-builder@master
|
- uses: webbertakken/unity-builder@master
|
||||||
with:
|
with:
|
||||||
projectPath: "."
|
projectPath: test-project
|
||||||
unityVersion: "2019.2.11f1"
|
unityVersion: 2019.2.11f1
|
||||||
targetPlatform: WebGL
|
targetPlatform: WebGL
|
||||||
- uses: webbertakken/unity-return-license@v1
|
|
||||||
if: always()
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -56,11 +56,16 @@ Detailed instructions can be found in each action below.
|
|||||||
| Description | Done | Status |
|
| Description | Done | Status |
|
||||||
|-------------------------|------|--------|
|
|-------------------------|------|--------|
|
||||||
| [Build for WebGL](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#webgl) |
|
| [Build for WebGL](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#webgl) |
|
||||||
| [Build for Windows](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
| [Build for Windows](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#windows) |
|
||||||
| [Build for Linux](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
| [Build for Linux](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#linux) |
|
||||||
| [Build for MacOS](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
| [Build for MacOS](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#macos) |
|
||||||
| [Build for Android](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
| [Build for Android](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||||
| [Build for iOS](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
| [Build for iOS](https://github.com/marketplace/actions/unity-builder) | ✔ | [](https://github.com/webbertakken/unity-builder#ios) |
|
||||||
|
| [Build for Windows store](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||||
|
| [Build for PS4](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||||
|
| [Build for XboxOne](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||||
|
| [Build for tvOS](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||||
|
| [Build for Switch](https://github.com/marketplace/actions/unity-builder) | ❌ | In progress |
|
||||||
|
|
||||||
#### Reference implementation
|
#### Reference implementation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user