File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 27
27
secrets_passphrase : ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
28
28
29
29
jobs :
30
- cocoapods :
30
+ spm-buildonly :
31
31
name : spm (non-SwiftUI)
32
32
runs-on : macOS-15
33
33
env :
Original file line number Diff line number Diff line change 27
27
secrets_passphrase : ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
28
28
29
29
jobs :
30
- cocoapods :
30
+ spm :
31
31
name : cocoapods
32
32
runs-on : macOS-15
33
33
env :
34
- SPM : false
34
+ SPM : true
35
35
LEGACY : false
36
36
OS : iOS
37
+ DIR : firestore
37
38
DEVICE : iPhone 16
38
39
TEST : false
40
+ SCHEME : FirestoreExample
39
41
steps :
40
42
- name : Checkout
41
43
uses : actions/checkout@master
42
44
- name : Setup
43
45
run : |
44
46
cd firestore
45
- gem install bundler
46
- bundle install
47
47
gem install xcpretty
48
- bundle exec pod install --repo-update
49
48
../scripts/install_prereqs/firestore.sh
50
49
- name : Build
51
50
run : ./scripts/test.sh
52
- env :
53
- SWIFT_SUFFIX : " "
You can’t perform that action at this time.
0 commit comments