Skip to content

Commit

Permalink
Update the github-ci with visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Mar 9, 2024
1 parent 24c18bf commit 3579a23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
iOSSCHEME: SDWebImageSwiftUI
TVSCHEME: SDWebImageSwiftUI tvOS
WATCHSCHEME: SDWebImageSwiftUI watchOS
VISIONOSSCHEME: SDWebImageSwiftUI visionOS
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -185,7 +186,7 @@ jobs:
run: brew install carthage

- name: Carthage Update
run: ./carthage.sh update --platform "iOS, tvOS, macOS, watchOS"
run: ./carthage.sh update --platform "iOS, tvOS, macOS, watchOS, visionOS"

- name: Build as dynamic frameworks
run: |
Expand All @@ -194,3 +195,4 @@ jobs:
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "${{ env.iOSSCHEME }}" -sdk iphoneos -configuration Release | xcpretty -c
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "${{ env.TVSCHEME }}" -sdk appletvos -configuration Release | xcpretty -c
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "${{ env.WATCHSCHEME }}" -sdk watchos -configuration Release | xcpretty -c
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "${{ env.VISIONOSSCHEME }}" -sdk xros -configuration Release | xcpretty -c

0 comments on commit 3579a23

Please sign in to comment.