Skip to content
New issue

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

[iOS] iOS CI 구축 #121

Merged
merged 17 commits into from
Nov 26, 2023
Merged

[iOS] iOS CI 구축 #121

merged 17 commits into from
Nov 26, 2023

Conversation

SwiftyJunnos
Copy link
Member

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.

close #15

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

  • iOS 빌드 & 테스트 CI 구축

🧪 테스트 방법

동작을 테스트할 수 있는 방법을 설명합니다.
앱 실행 방법일 수 있고, 유닛 테스트 실행 방법일 수 있습니다.

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

CI 타겟 설정

각 패키지가 추가될 때마다 CI도 수정이 필요합니다 😅
특히 Feature 단위의 패키지가 추가될 때는 따로 말씀해주세요..

📸 스크린샷

작업한 내용에 대한 스크린샷, 영상 등을 첨부합니다.

@SwiftyJunnos SwiftyJunnos added the 🛠️ 환경 세팅 프로젝트/환경 설정 label Nov 26, 2023
@SwiftyJunnos SwiftyJunnos self-assigned this Nov 26, 2023
@SwiftyJunnos SwiftyJunnos enabled auto-merge (squash) November 26, 2023 04:38
@SwiftyJunnos SwiftyJunnos linked an issue Nov 26, 2023 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@yoondj98 yoondj98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어떤 부분에서 CI 설정이 달라지는 건지 설명이 조금 있었으면 좋겠습니다.
일단 매 패키지 추가될 때 말씀드리도록 하겠습니다.

@SwiftyJunnos
Copy link
Member Author

어떤 부분에서 CI 설정이 달라지는 건지 설명이 조금 있었으면 좋겠습니다. 일단 매 패키지 추가될 때 말씀드리도록 하겠습니다.

현재 브랜치가 분리되어 있어서 Feature 패키지들이 포함되어 있지 않습니다.
다른 패키지들과 디렉토리가 달라서 경로 설정을 추가적으로 해줘야 합니다 😅
Feature 브랜치들이 머지되면서 함께 수정되어야 할 것 같아요

Copy link
Member

@PushedGun PushedGun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인하였습니다.

@SwiftyJunnos SwiftyJunnos merged commit 19240ea into iOS/release Nov 26, 2023
15 checks passed
@SwiftyJunnos SwiftyJunnos deleted the iOS/epic/xcode-ci branch November 26, 2023 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ 환경 세팅 프로젝트/환경 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS 빌드 CI 구축
3 participants