Skip to content

Commit

Permalink
Update CIBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei18 committed Mar 19, 2024
1 parent 8897405 commit 9c61ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CIBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ jobs:
SCHEME: CoreActionSheetPicker
run: |
xcodebuild clean build -workspace ${WORKSPACE} -scheme ${SCHEME} \
-sdk iphoneos -destination "name=Any iOS Device"
-sdk iphonesimulator -destination "name=iPhone 11 Pro"
- name: "Build scheme Swift-Example"
env:
WORKSPACE: ActionSheetPicker-3.0.xcworkspace
SCHEME: Swift-Example
run: |
xcodebuild clean build -workspace ${WORKSPACE} -scheme ${SCHEME} \
-sdk iphoneos -destination "name=Any iOS Device"
-sdk iphonesimulator -destination "name=iPhone 11 Pro"
- name: "Build Swift Pacakge"
env:
WORKSPACE: .swiftpm/xcode/package.xcworkspace
SCHEME: ActionSheetPicker-3.0
run: |
xcodebuild clean build -workspace ${WORKSPACE} -scheme ${SCHEME} \
-sdk iphoneos -destination "name=Any iOS Device"
-sdk iphonesimulator -destination "name=iPhone 11 Pro"
- name: "Build CocoaPods"
run: |
Expand Down

0 comments on commit 9c61ff4

Please sign in to comment.