File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
2020 - chmod +x ./utr
2121 - ./utr --suite=playmode --platform=iOS --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --build-only --testfilter=Unity.BossRoom.Tests.Runtime
2222 variables :
23- UNITY_TESTS_XCODEBUILD_TIMEOUT : 60
24- XCODE_XCCONFIG_FILE : ~/XcodeBuildConfig.xcconfig
23+ UNITY_HANDLEUIINTERRUPTIONS : 1
24+ UNITY_TESTS_XCODEBUILD_TIMEOUT : 60
25+ XCODE_XCCONFIG_FILE : ~/XcodeBuildConfig.xcconfig
2526 artifacts :
2627 players :
2728 paths :
@@ -73,6 +74,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
7374mobile_test_ios_{{ project.name }}_{{ editor }} :
7475 name : {{ project.name }} mobile project tests - {{ editor }} on iOS
7576 agent :
77+ model : SE-Gen3
7678 type : Unity::mobile::iPhone
7779 image : package-ci/macos-13:v4
7880 flavor : b1.medium
You can’t perform that action at this time.
0 commit comments