mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Remove failing examples
This commit is contained in:
parent
250a665fce
commit
3ae2ac1bb9
35
.github/workflows/main.yml
vendored
35
.github/workflows/main.yml
vendored
@ -17,24 +17,25 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
unityVersion:
|
unityVersion:
|
||||||
- 2019.2.11f1
|
- 2019.2.11f1
|
||||||
|
- 2019.3.0f1
|
||||||
targetPlatform:
|
targetPlatform:
|
||||||
- WebGL
|
- WebGL
|
||||||
- StandaloneOSX
|
# - StandaloneOSX
|
||||||
- StandaloneWindows
|
# - StandaloneWindows
|
||||||
- StandaloneWindows64
|
# - StandaloneWindows64
|
||||||
- StandaloneLinux64
|
# - StandaloneLinux64
|
||||||
- PS4
|
# - PS4
|
||||||
- XboxOne
|
# - XboxOne
|
||||||
- Switch
|
# - Switch
|
||||||
- Android
|
# - Android
|
||||||
- iOS
|
- iOS
|
||||||
- tvOS
|
# - tvOS
|
||||||
- Lumin
|
# - Lumin
|
||||||
- BJM
|
# - BJM
|
||||||
- Stadia
|
# - Stadia
|
||||||
- WSAPlayer
|
# - WSAPlayer
|
||||||
- Facebook
|
# - Facebook
|
||||||
- NoTarget
|
# - NoTarget
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -44,8 +45,8 @@ jobs:
|
|||||||
projectPath: test-project
|
projectPath: test-project
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
# - uses: webbertakken/unity-return-license@v1
|
- uses: webbertakken/unity-return-license@v1
|
||||||
# if: always()
|
if: always()
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user