Skip to content

Commit 1fc215a

Browse files
committed
Merge branch 'master' into rosalyntan.link
2 parents 4d13ebe + 5aaf38c commit 1fc215a

File tree

240 files changed

+5806
-687
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+5806
-687
lines changed

.github/workflows/abtesting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Initialize xcodebuild
39-
run: xcodebuild -list
39+
run: scripts/setup_spm_tests.sh
4040
- name: iOS Unit Tests
4141
run: scripts/third_party/travis/retry.sh ./scripts/build.sh ABTestingUnit iOS spm
4242

@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v2
5252
- name: Initialize xcodebuild
53-
run: xcodebuild -list
53+
run: scripts/setup_spm_tests.sh
5454
- name: Unit Tests
5555
run: scripts/third_party/travis/retry.sh ./scripts/build.sh ABTestingUnit ${{ matrix.target }} spm
5656

.github/workflows/app_check.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ jobs:
2222
- name: FirebaseAppCheck
2323
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseAppCheck.podspec --platforms=${{ matrix.target }}
2424

25+
catalyst:
26+
# Don't run on private repo unless it is a PR.
27+
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
28+
runs-on: macOS-latest
29+
steps:
30+
- uses: actions/checkout@v2
31+
- name: Setup Bundler
32+
run: scripts/setup_bundler.sh
33+
- name: Setup project and Build for Catalyst
34+
run: scripts/test_catalyst.sh FirebaseAppCheck test FirebaseAppCheck-Unit-unit
35+
2536
diagnostics:
2637
# Don't run on private repo unless it is a PR.
2738
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
@@ -32,7 +43,7 @@ jobs:
3243
steps:
3344
- uses: actions/checkout@v2
3445
- name: Initialize xcodebuild
35-
run: xcodebuild -list
46+
run: scripts/setup_spm_tests.sh
3647
- name: iOS Unit Tests
3748
run: scripts/third_party/travis/retry.sh ./scripts/build.sh AppCheckUnit iOS spm ${{ matrix.diagnostic }}
3849
- name: Upload raw logs if failed

.github/workflows/appdistribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Initialize xcodebuild
39-
run: xcodebuild -list
39+
run: scripts/setup_spm_tests.sh
4040
- name: iOS Unit Tests
4141
run: scripts/third_party/travis/retry.sh ./scripts/build.sh AppDistributionUnit iOS spm
4242

.github/workflows/auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- uses: actions/checkout@v2
7575
- name: Initialize xcodebuild
76-
run: xcodebuild -list
76+
run: scripts/setup_spm_tests.sh
7777
- name: Unit Tests
7878
run: scripts/third_party/travis/retry.sh ./scripts/build.sh AuthUnit ${{ matrix.target }} spm
7979

.github/workflows/core-diagnostics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Initialize xcodebuild
39-
run: xcodebuild -list
39+
run: scripts/setup_spm_tests.sh
4040
- name: iOS Unit Tests
4141
run: scripts/third_party/travis/retry.sh ./scripts/build.sh CoreUnit iOS spm
4242

.github/workflows/core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737
- name: Initialize xcodebuild
38-
run: xcodebuild -list
38+
run: scripts/setup_spm_tests.sh
3939
- name: iOS Unit Tests
4040
run: scripts/third_party/travis/retry.sh ./scripts/build.sh CoreUnit iOS spm
4141

@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v2
5151
- name: Initialize xcodebuild
52-
run: xcodebuild -list
52+
run: scripts/setup_spm_tests.sh
5353
- name: Unit Tests
5454
run: scripts/third_party/travis/retry.sh ./scripts/build.sh CoreUnit ${{ matrix.target }} spm
5555

.github/workflows/crashlytics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v2
4040
- name: Initialize xcodebuild
41-
run: xcodebuild -list
41+
run: scripts/setup_spm_tests.sh
4242
- name: iOS Unit Tests
4343
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseCrashlytics iOS spmbuildonly
4444

@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v2
5454
- name: Initialize xcodebuild
55-
run: xcodebuild -list
55+
run: scripts/setup_spm_tests.sh
5656
- name: Unit Tests
5757
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseCrashlytics ${{ matrix.target }} spmbuildonly
5858

.github/workflows/database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Initialize xcodebuild
51-
run: xcodebuild -list
51+
run: scripts/setup_spm_tests.sh
5252
- name: iOS Unit Tests
5353
run: scripts/third_party/travis/retry.sh ./scripts/build.sh DatabaseUnit iOS spm
5454

@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v2
6464
- name: Initialize xcodebuild
65-
run: xcodebuild -list
65+
run: scripts/setup_spm_tests.sh
6666
- name: Unit Tests
6767
run: scripts/third_party/travis/retry.sh ./scripts/build.sh DatabaseUnit ${{ matrix.target }} spm
6868

.github/workflows/dynamiclinks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Initialize xcodebuild
34-
run: xcodebuild -list
34+
run: scripts/setup_spm_tests.sh
3535
- name: iOS Unit Tests
3636
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseDynamicLinks iOS spmbuildonly
3737

.github/workflows/firestore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
steps:
201201
- uses: actions/checkout@v2
202202
- name: Initialize xcodebuild
203-
run: xcodebuild -list
203+
run: scripts/setup_spm_tests.sh
204204
- name: iOS Build Test
205205
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestore iOS spmbuildonly
206206
- name: Swift Build
@@ -216,7 +216,7 @@ jobs:
216216
steps:
217217
- uses: actions/checkout@v2
218218
- name: Initialize xcodebuild
219-
run: xcodebuild -list
219+
run: scripts/setup_spm_tests.sh
220220
- name: Build Test
221221
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestore ${{ matrix.target }} spmbuildonly
222222
- name: Swift Build

0 commit comments

Comments
 (0)