File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 39
39
- name : Build Client App –– ${{ matrix.platform }}
40
40
run : scripts/third_party/travis/retry.sh ./scripts/build.sh ${{ matrix.scheme }} ${{ matrix.platform }} xcodebuild
41
41
42
+ client-app-spm-source-firestore :
43
+ if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
44
+ env :
45
+ FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
46
+ FIREBASE_SOURCE_FIRESTORE : 1
47
+ runs-on : macos-12
48
+ strategy :
49
+ matrix :
50
+ # TODO(ncooke3): Add multi-platform support: tvOS, macOS, catalyst
51
+ platform : [iOS]
52
+ steps :
53
+ - uses : actions/checkout@v3
54
+ - uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
55
+ with :
56
+ cache_key : ${{ matrix.os }}
57
+ - name : Build Client App –– ${{ matrix.platform }}
58
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh SwiftPMClientApp ${{ matrix.platform }} xcodebuild
59
+
42
60
client-app-cocoapods :
43
61
# Don't run on private repo unless it is a PR.
44
62
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments