GitHub
4 年前
当前提交
94171230
共有 4 个文件被更改,包括 68 次插入 和 29 次删除
-
29.yamato/upm-ci-full.yml
-
2.yamato/upm-ci-testprojects.yml
-
37.yamato/environments.yml
-
29.yamato/publish.yml
|
|||
|
|||
upmci_registry: https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm |
|||
|
|||
test_editors: |
|||
- version: 2019.3.15f1 |
|||
test_platforms: |
|||
- name: win |
|||
type: Unity::VM |
|||
image: package-ci/win10:stable |
|||
flavor: b1.large |
|||
extra-args: --force-d3d11 |
|||
standalone-platform: StandaloneWindows64 |
|||
- name: mac |
|||
type: Unity::VM::osx |
|||
image: package-ci/mac:stable |
|||
flavor: m1.mac |
|||
extra-args: --force-metal |
|||
standalone-platform: StandaloneOSX |
|||
- name: ubuntu |
|||
type: Unity::VM |
|||
image: package-ci/ubuntu:latest |
|||
flavor: b1.large |
|||
|
|||
suites: |
|||
- name: standalone |
|||
display_name: standalone |
|||
args: --suite=playmode --platform= |
|||
- name: editmode |
|||
display_name: editmode |
|||
args: --suite=playmode --suite=editor --platform=editmode |
|||
|
|||
package_variants: |
|||
- name: Perception |
|||
|
|||
projects: |
|||
- name: PerceptionHDRP |
|||
- name: PerceptionURP |
|
|||
{% metadata_file .yamato/environments.yml %} |
|||
|
|||
--- |
|||
{% for variant in package_variants %} |
|||
publish: |
|||
name: Publish {{ variant.name }} package to internal registry |
|||
agent: |
|||
type: Unity::VM |
|||
image: package-ci/win10:stable |
|||
flavor: b1.large |
|||
commands: |
|||
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm |
|||
- upm-ci package publish --package-path com.unity.perception |
|||
triggers: |
|||
tags: |
|||
only: |
|||
- /^(r|R)(c|C)-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/ |
|||
artifacts: |
|||
artifacts: |
|||
paths: |
|||
- "upm-ci~/packages/*.tgz" |
|||
dependencies: |
|||
- .yamato/upm-ci-full.yml#pack_{{ variant.name }} |
|||
{% for editor in test_editors %} |
|||
{% for platform in test_platforms %} |
|||
- .yamato/upm-ci-full.yml#pkg_test_{{variant.name}}_{{platform.name}}_{{editor.version}} |
|||
{% endfor %} |
|||
{% endfor %} |
|||
{% endfor %} |
撰写
预览
正在加载...
取消
保存
Reference in new issue