File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ build_ios_{{ editor.version }}:
6161 logs :
6262 paths :
6363 - " build/logs/**"
64-
64+
6565run_ios_{{ editor.version }} :
6666 name : Run Tests on {{ editor.version }} on ios
6767 agent :
@@ -82,7 +82,7 @@ run_ios_{{ editor.version }}:
8282 logs :
8383 paths :
8484 - " build/test-results/**"
85-
85+
8686build_tvos_{{ editor.version }} :
8787 name : Build Tests on {{ editor.version }} on tvos
8888 agent :
@@ -102,7 +102,7 @@ build_tvos_{{ editor.version }}:
102102 logs :
103103 paths :
104104 - " build/logs/**"
105-
105+
106106{% for backend in scripting_backends %}
107107build_android_{{ editor.version }}_{{ backend.name }} :
108108 name : Build Tests on {{ editor.version }} on android {{ backend.name }}
@@ -122,13 +122,13 @@ build_android_{{ editor.version }}_{{ backend.name }}:
122122 logs :
123123 paths :
124124 - " build/logs/**"
125+
125126run_android_{{ editor.version }}_{{ backend.name }} :
126127 name : Run Tests on {{ editor.version }} on android {{ backend.name }}
127128 agent :
128129 type : Unity::mobile::shield
129130 image : mobile/android-execution-r19:stable
130131 flavor : b1.medium
131-
132132 # Skip repository cloning
133133 skip_checkout : true
134134 # Set a dependency on the build job
@@ -158,7 +158,6 @@ run_android_{{ editor.version }}_{{ backend.name }}:
158158
159159{% endfor %}
160160
161-
162161all_tests :
163162 name : All Tests
164163 dependencies :
You can’t perform that action at this time.
0 commit comments