您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
25 行
596 B
25 行
596 B
test_editors:
|
|
- version: 2017.4
|
|
- version: 2018.4
|
|
- version: 2019.3
|
|
---
|
|
{% for editor in test_editors %}
|
|
test_mac_editmode_{{ editor.version }}:
|
|
name: Test Mac EditMode {{ editor.version }}
|
|
agent:
|
|
type: Unity::VM::osx
|
|
image: ml-agents/ml-agents-bokken-mac:v0.1.2-440635
|
|
flavor: i1.small
|
|
variables:
|
|
UNITY_VERSION: {{ editor.version }}
|
|
commands:
|
|
- ./run-tests-editmode-osx-editor.sh
|
|
triggers:
|
|
pull_requests:
|
|
- targets:
|
|
only:
|
|
- "develop"
|
|
- "master"
|
|
- "/release-.*/"
|
|
- "/hotfix-.*/"
|
|
{% endfor %}
|