File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ test_editors:
3
3
- version : 2022.1
4
4
- version : 2021.3
5
5
- version : 2020.3
6
+ - version : 2019.4
7
+
8
+ test_players :
9
+ - version : trunk
10
+ - version : 2022.1
11
+ - version : 2021.3
12
+ - version : 2020.3
6
13
7
14
test_platforms :
8
15
- name : mac
@@ -60,7 +67,7 @@ test_{{ platform.name }}_{{ editor.version }}:
60
67
{% endfor %}
61
68
{% endfor %}
62
69
63
- {% for editor in test_editors %}
70
+ {% for editor in test_players %}
64
71
test_Android_{{ editor.version }} :
65
72
name : Test {{ editor.version }} on Android
66
73
agent :
@@ -87,7 +94,7 @@ test_Android_{{ editor.version }}:
87
94
- .yamato/upm-ci.yml#pack
88
95
{% endfor %}
89
96
90
- {% for editor in test_editors %}
97
+ {% for editor in test_players %}
91
98
test_iOS_{{ editor.version }} :
92
99
name : Test {{ editor.version }} on iOS
93
100
agent :
@@ -136,6 +143,8 @@ test_trigger:
136
143
{% for platform in test_platforms %}
137
144
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
138
145
{% endfor %}
146
+ {% endfor %}
147
+ {% for editor in test_players %}
139
148
- .yamato/upm-ci.yml#test_Android_{{ editor.version }}
140
149
- .yamato/upm-ci.yml#test_iOS_{{ editor.version }}
141
150
{% endfor %}
You can’t perform that action at this time.
0 commit comments