We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcode build ci가 8~9분 정도 걸리는데, 줄일 수 있는 방법이 없는지 찾아 볼게요. 너무 길어요ㅠㅠ
The text was updated successfully, but these errors were encountered:
dependency resolve하고 컴파일하는게 상당히 오래걸리더라고요. 그리고 testflight에 업로드하고, 잘 업로드되었는지 polling하면서 기다리는데 이것도 오래걸리고요.
저희가 할 수 있는게 더 있을지 모르겠습니다... (사실 m1 max 기준으로 로컬에서 해도 꽤 걸리긴 합니다)
Sorry, something went wrong.
특히 이 polling이 대략 4분정도 걸리는 것 같은데요,
If you want to skip waiting for the processing to be finished, use the skip_waiting_for_build_processing option
skip_waiting_for_build_processing
이 과정을 생략하면 4분정도는 단축할 수 있을 것 같습니다. 대신 테플에서 available해지기 전에 슬랙으로 완료되었다는 메시지가 전송되겠지만요.
keumartist
No branches or pull requests
xcode build ci가 8~9분 정도 걸리는데, 줄일 수 있는 방법이 없는지 찾아 볼게요. 너무 길어요ㅠㅠ
The text was updated successfully, but these errors were encountered: