您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
37 行
1.1 KiB
37 行
1.1 KiB
# List of configurations for standalone-build-test and its dependencies.
|
|
# csharp_backcompat_version is used in training-int-tests to determine the
|
|
# older package version to run the backwards compat tests against.
|
|
test_configs:
|
|
- name: Mac_2018.4
|
|
version: 2018.4
|
|
type: Unity::VM::osx
|
|
image: package-ci/mac:stable
|
|
flavor: b1.small
|
|
csharp_backcompat_version: 1.0.0
|
|
# - name: Mac_2019.4
|
|
# version: 2019.4
|
|
# type: Unity::VM::osx
|
|
# image: package-ci/mac:stable
|
|
# flavor: b1.small
|
|
# csharp_backcompat_version: 1.0.0
|
|
# - name: Mac_2020.1
|
|
# version: 2020.1
|
|
# type: Unity::VM::osx
|
|
# image: package-ci/mac:stable
|
|
# flavor: b1.small
|
|
# csharp_backcompat_version: 1.0.0
|
|
# - name: Mac_2020.2
|
|
# version: 2020.2
|
|
# type: Unity::VM::osx
|
|
# image: package-ci/mac:stable
|
|
# flavor: b1.small
|
|
# # 2020.2 moved the AssetImporters namespace
|
|
# # but we didn't handle this until 1.2.0
|
|
# csharp_backcompat_version: 1.2.0
|
|
|
|
- name: Win_2019.4
|
|
version: 2019.4
|
|
type: Unity::VM
|
|
image: package-ci/win10:stable
|
|
flavor: b1.large
|
|
csharp_backcompat_version: 1.0.0
|