Skip to content

Commit

Permalink
Create build_ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehyun authored Jul 2, 2024
1 parent 80fb5a7 commit 3a33837
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
workflows:
ios-workflow:
name: iOS Workflow
max_build_duration: 60
environment:
flutter: stable
xcode: latest
cocoapods: default
scripts:
- name: Install dependencies
script: |
flutter pub get
- name: Build iOS
script: |
flutter build ios --release --no-codesign
artifacts:
- build/ios/iphoneos/*.ipa

0 comments on commit 3a33837

Please sign in to comment.