Remove failing examples
parent
aab72ccbc0
commit
08a3eeea7f
|
@ -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