File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,10 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
1515 commands :
1616 - pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
1717 - unity-downloader-cli -c Editor -c iOS -u {{ editor }} --fast --wait
18- - echo "CONFIGURATION = Release" >> ~/XcodeBuildConfig.xcconfig
1918 - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
2019 - chmod +x ./utr
2120 - ./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
22- variables :
23- UNITY_TESTS_XCODEBUILD_TIMEOUT : 60
24- XCODE_XCCONFIG_FILE : ~/XcodeBuildConfig.xcconfig
21+
2522 artifacts :
2623 players :
2724 paths :
You can’t perform that action at this time.
0 commit comments