Update to the new Tizen (#1280)
- Version 3.7 - Java is included in the SDK installer - Windows is now working again
This commit is contained in:
Родитель
1aee294bb0
Коммит
887da1d5f4
|
@ -90,7 +90,6 @@ stages:
|
|||
displayName: Build Native Tizen (Windows)
|
||||
vmImage: $(VM_IMAGE_WINDOWS)
|
||||
target: externals-tizen
|
||||
condition: false # TODO: TIZEN INSTALL BUGS
|
||||
- template: azure-templates-bootstrapper.yml # Build ANGLE UWP|x86 (Windows)
|
||||
parameters:
|
||||
name: native_uwp_angle_x86_windows
|
||||
|
@ -274,8 +273,7 @@ stages:
|
|||
- native_android_x64_windows
|
||||
- native_android_arm_windows
|
||||
- native_android_arm64_windows
|
||||
# - native_tizen_windows
|
||||
- native_tizen_linux
|
||||
- native_tizen_windows
|
||||
- native_uwp_angle_x86_windows
|
||||
- native_uwp_angle_x64_windows
|
||||
- native_uwp_angle_arm_windows
|
||||
|
|
|
@ -82,8 +82,6 @@ jobs:
|
|||
displayName: Install the Android NDK
|
||||
# install tizen
|
||||
- ${{ if contains(parameters.name, '_tizen_') }}:
|
||||
- pwsh: .\scripts\install-openjdk.ps1
|
||||
displayName: Install the OpenJDK
|
||||
- pwsh: .\scripts\install-tizen.ps1
|
||||
displayName: Install the Tizen SDK
|
||||
# install llvm
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# - https://developercommunity.visualstudio.com/content/problem/661596/the-updated-path-doesnt-kick-in.html
|
||||
|
||||
Param(
|
||||
[string] $Version = "3.6",
|
||||
[string] $Version = "3.7",
|
||||
[string] $InstallDestination = $null
|
||||
)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче