File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
---
3
3
4
4
{% for project in projects -%}
5
- {% for editor in project.test_editors -%}
5
+ {% for editor in project.test_editors -%}
6
6
Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }} :
7
7
name : build {{ project.name }} - {{ editor }} on iOS
8
8
agent :
@@ -24,11 +24,11 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
24
24
logs :
25
25
paths :
26
26
- " build/logs/**"
27
- {% endfor -%}
28
- {% endfor -%}
27
+ {% endfor -%}
28
+ {% endfor -%}
29
29
30
- {% for project in projects -%}
31
- {% for editor in project.test_editors -%}
30
+ {% for project in projects -%}
31
+ {% for editor in project.test_editors -%}
32
32
Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }} :
33
33
name : build {{ project.name }} - {{ editor }} on Android
34
34
agent :
@@ -57,8 +57,8 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
57
57
variables :
58
58
CI : true
59
59
ENABLE_BURST_COMPILATION : False
60
- {% endfor -%}
61
- {% endfor -%}
60
+ {% endfor -%}
61
+ {% endfor -%}
62
62
63
63
# For every editor version, run iOS project tests without
64
64
# running package tests too since they are handled on their respective jobs
You can’t perform that action at this time.
0 commit comments