浏览代码

Pack sample in yamato, also add test against 2018.4.

/main
Vincent Zhang 4 年前
当前提交
3a318311
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
      .yamato/upm-ci.yml

3
.yamato/upm-ci.yml


test_editors:
- version: 2018.4
- version: 2019.1
- version: 2019.2
- version: 2019.4

commands:
- chmod +x ./prepare_package.sh
- ./prepare_package.sh
- chmod +x ./add_sample.sh
- ./add_sample.sh
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci package pack --package-path ./com.unity.uiwidgets
artifacts:

正在加载...
取消
保存