File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- editors :
1
+ test_trigger_editors :
2
+ - version : 2018.4
3
+ - version : 2019.3
4
+ publish_editors :
2
5
- version : 2018.3
3
6
- version : 2018.4
4
7
- version : 2019.1
5
8
- version : 2019.2
6
9
- version : 2019.3
10
+ - version : 2020.1
7
11
platforms :
8
12
- name : win
9
13
type : Unity::VM
30
34
- " upm-ci~/**/*"
31
35
32
36
33
- {% for editor in editors %}
37
+ {% for editor in test_trigger_editors %}
34
38
{% for platform in platforms %}
35
39
test_{{ platform.name }}_{{ editor.version }} :
36
40
name : Test version {{ editor.version }} on {{ platform.name }}
@@ -63,7 +67,7 @@ test_trigger:
63
67
- master
64
68
dependencies :
65
69
- .yamato/upm-ci.yml#pack
66
- {% for editor in editors %}
70
+ {% for editor in test_trigger_editors %}
67
71
{% for platform in platforms %}
68
72
- .yamato/upm-ci.yml#test_{{platform.name}}_{{editor.version}}
69
73
{% endfor %}
@@ -88,7 +92,7 @@ publish:
88
92
- " upm-ci~/packages/*.tgz"
89
93
dependencies :
90
94
- .yamato/upm-ci.yml#pack
91
- {% for editor in editors %}
95
+ {% for editor in publish_editors %}
92
96
{% for platform in platforms %}
93
97
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
94
98
{% endfor %}
You can’t perform that action at this time.
0 commit comments