Skip to content

Commit

Permalink
Add more schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Jan 19, 2024
1 parent 09e1197 commit 22b1bae
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/spm-visionos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,25 @@ jobs:

strategy:
matrix:
scheme: [FirebaseAppCheck, FirebaseAuth]
target: [visionOS]
scheme: [
FirebaseAppCheck,
FirebaseAuth,
FirebaseCrashlytics,
FirebaseDatabase,
FirebaseFunctions,
FirebaseInstallations,
FirebaseMessaging,
FirebaseMLModelDownloader,
FirebasePerformance,
FirebaseRemoteConfig,
FirebaseStorage
]
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
with:
cache_key: visionOS-SPM-build
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
- name: Initialize xcodebuild
Expand Down

0 comments on commit 22b1bae

Please sign in to comment.