浏览代码

Adding -c arg

/priyesh-cloudrendering-test
Priyesh Wani 3 年前
当前提交
c5aeb16e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      .yamato/upm-ci-testprojects.yml

2
.yamato/upm-ci-testprojects.yml


- pip config set global.index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade --user
- git clone git@github.cds.internal.unity3d.com:unity/utr.git utr
- unity-downloader-cli -u {{ editor.version }} -c editor -c StandaloneSupport-IL2CPP,CloudRendering -c Linux --wait --published
- unity-downloader-cli -u {{ editor.version }} -c editor -c StandaloneSupport-IL2CPP -c CloudRendering -c Linux --wait --published
{% if suite.name == "standalone" %}
- DISPLAY=:0.0 utr/utr --testproject=./TestProjects/{{project.name}} --editor-location=.Editor --reruncount=2 --artifacts_path=test-results --stdout-filter=minimal --extra-editor-arg="--force-vulkan" {{suite.args}}StandaloneLinux64
{% else if suite.name == "cloudrendering" and editor == "2020.3.13f1" %}

正在加载...
取消
保存