File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,10 @@ test_iOS_{{ editor.version }}:
124
124
name : Test {{ editor.version }} on iOS
125
125
agent :
126
126
type : Unity::VM::osx
127
- image : mobile/ios-macos-10.15 :latest
127
+ image : mobile/ios-macos-11 :latest
128
128
flavor : i1.large
129
129
variables :
130
130
IOS_SIMULATOR_SDK : 1
131
- UTR_VERSION : 1.0.0
132
131
commands :
133
132
-
brew tap --force-auto-update unity/unity [email protected] :unity/homebrew-unity.git
134
133
- brew install unity-config
@@ -142,8 +141,7 @@ test_iOS_{{ editor.version }}:
142
141
- chmod u+x utr
143
142
- pip install unity-downloader-cli --index-url {{ artifactory.production }}pypi/pypi/simple --upgrade
144
143
- unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --wait --fast
145
- - ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200 --player-save-path=build/players --build-only
146
- - ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200 --player-load-path=build/players
144
+ - ./utr --testproject=.MyTestProject --editor-location=.Editor --suite=playmode --platform=ios --artifacts_path=upm-ci~/test-results/ios --extra-editor-arg="-playerHeartbeatTimeout 1200" --extra-editor-arg="-upmNoDefaultPackages" --timeout=1200
147
145
artifacts :
148
146
packages :
149
147
paths :
You can’t perform that action at this time.
0 commit comments