File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2727 secrets_passphrase : ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
2828
2929jobs :
30- cocoapods :
30+ spm-buildonly :
3131 name : spm (non-SwiftUI)
3232 runs-on : macOS-15
3333 env :
Original file line number Diff line number Diff line change 2727 secrets_passphrase : ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
2828
2929jobs :
30- cocoapods :
30+ spm :
3131 name : cocoapods
3232 runs-on : macOS-15
3333 env :
34- SPM : false
34+ SPM : true
3535 LEGACY : false
3636 OS : iOS
3737 DEVICE : iPhone 16
3838 TEST : false
39+ SCHEME : FirestoreExample
3940 steps :
4041 - name : Checkout
4142 uses : actions/checkout@master
4243 - name : Setup
4344 run : |
4445 cd firestore
45- gem install bundler
46- bundle install
4746 gem install xcpretty
48- bundle exec pod install --repo-update
4947 ../scripts/install_prereqs/firestore.sh
5048 - name : Build
5149 run : ./scripts/test.sh
52- env :
53- SWIFT_SUFFIX : " "
You can’t perform that action at this time.
0 commit comments