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:
|
||||
unityVersion:
|
||||
- 2019.2.11f1
|
||||
- 2019.3.0f1
|
||||
targetPlatform:
|
||||
- WebGL
|
||||
- StandaloneOSX
|
||||
- StandaloneWindows
|
||||
- StandaloneWindows64
|
||||
- StandaloneLinux64
|
||||
- PS4
|
||||
- XboxOne
|
||||
- Switch
|
||||
- Android
|
||||
# - StandaloneOSX
|
||||
# - StandaloneWindows
|
||||
# - StandaloneWindows64
|
||||
# - StandaloneLinux64
|
||||
# - PS4
|
||||
# - XboxOne
|
||||
# - Switch
|
||||
# - Android
|
||||
- iOS
|
||||
- tvOS
|
||||
- Lumin
|
||||
- BJM
|
||||
- Stadia
|
||||
- WSAPlayer
|
||||
- Facebook
|
||||
- NoTarget
|
||||
# - tvOS
|
||||
# - Lumin
|
||||
# - BJM
|
||||
# - Stadia
|
||||
# - WSAPlayer
|
||||
# - Facebook
|
||||
# - NoTarget
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -44,8 +45,8 @@ jobs:
|
||||
projectPath: test-project
|
||||
targetPlatform: ${{ matrix.targetPlatform }}
|
||||
unityVersion: ${{ matrix.unityVersion }}
|
||||
# - uses: webbertakken/unity-return-license@v1
|
||||
# if: always()
|
||||
- uses: webbertakken/unity-return-license@v1
|
||||
if: always()
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user