- Version 3.7
- Java is included in the SDK installer
- Windows is now working again
This commit is contained in:
Matthew Leibowitz 2020-05-09 21:00:01 +02:00 коммит произвёл GitHub
Родитель 1aee294bb0
Коммит 887da1d5f4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -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
)