Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- Firebase
- human interface guidelines
- garbage collection
- SPM
- pagination
- UITest
- FlexLayout
- Nan
- content-type
- retain cycle
- authentication
- YGEnums.h
- AppStore
- arc
- Swift
- Automatic Reference Count
- layoutSubviews
- Xcode
- rc
- HealthKit
- HIG
- ios
- fetchSignInMethods
- Tuist
- App Connect
- Github-Action
- 회고
- playground
- alamofire
- Tuist-Action
Archives
- Today
- Total
목록Github-Action (1)
멋있게걷는방법

기존에 Github Action으로 CI를 구축할 땐 아래처럼 yml을 작성했습니다. name: Swift on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v3 with: xcode-version: latest - name: install tuist run: curl -Ls https://install.tuist.io | bash - name: project Generate run: | rm -rf .package.resolved tuist generate - name: Build run: | xcodebuild -p..
Tuist
2023. 5. 1. 09:30