浏览代码

Update upm-ci-full.yml

/main
GitHub 4 年前
当前提交
c9a457c4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      .yamato/upm-ci-full.yml

4
.yamato/upm-ci-full.yml


flavor: b1.large
commands:
- git submodule update --init --recursive
- npm install upm-ci-utils -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- npm install upm-ci-tools@stable -g --registry {{ upmci_registry }}
- upm-ci package pack --package-path ./com.unity.perception/
artifacts:
packages:

flavor: {{ platform.flavor}}
commands:
- git submodule update --init --recursive
- npm install upm-ci-utils -g --registry {{ upmci_registry }}
- npm install upm-ci-tools@stable -g --registry {{ upmci_registry }}
- upm-ci package test -u {{ editor.version }} --package-path ./com.unity.perception --type vetting-tests
artifacts:
logs:

正在加载...
取消
保存