GitHub
5 年前
当前提交
a6a84983
共有 4 个文件被更改,包括 120 次插入 和 94 次删除
-
34.yamato/csharp-tests.yml
-
54.yamato/standalone-build-test.yml
-
55run-standalone-build-osx.sh
-
71run-tests-editmode-osx-editor.sh
|
|||
name: Mac Standalone Build Test |
|||
triggers: |
|||
branches: |
|||
only: |
|||
- "/develop-.*/" |
|||
targets: |
|||
only: |
|||
- "develop" |
|||
pull_requests: |
|||
- targets: |
|||
only: |
|||
- "master" |
|||
- "/release-.*/" |
|||
- "/hotfix-.*/" |
|||
|
|||
agent: |
|||
type: Unity::VM::osx |
|||
image: ml-agents/ml-agents-bokken-mac:stable |
|||
flavor: i1.small |
|||
|
|||
variables: |
|||
LC_ALL: "en_US.UTF-8" |
|||
commands: |
|||
- ./run-standalone-build-osx.sh |
|||
test_editors: |
|||
- version: 2017.4 |
|||
- version: 2018.4 |
|||
- version: 2019.3 |
|||
--- |
|||
{% for editor in test_editors %} |
|||
test_mac_standalone_{{ editor.version }}: |
|||
name: Test Mac Standalone {{ editor.version }} |
|||
agent: |
|||
type: Unity::VM::osx |
|||
image: ml-agents/ml-agents-bokken-mac:release |
|||
flavor: i1.small |
|||
variables: |
|||
UNITY_VERSION: {{ editor.version }} |
|||
commands: |
|||
- ./run-standalone-build-osx.sh |
|||
triggers: |
|||
branches: |
|||
only: |
|||
- "/develop-.*/" |
|||
targets: |
|||
only: |
|||
- "develop" |
|||
pull_requests: |
|||
- targets: |
|||
only: |
|||
- "master" |
|||
- "/release-.*/" |
|||
- "/hotfix-.*/" |
|||
{% endfor %} |
撰写
预览
正在加载...
取消
保存
Reference in new issue