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 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
37+ DIR : firestore
3738 DEVICE : iPhone 16
3839 TEST : false
40+ SCHEME : FirestoreExample
3941 steps :
4042 - name : Checkout
4143 uses : actions/checkout@master
4244 - name : Setup
4345 run : |
4446 cd firestore
45- gem install bundler
46- bundle install
4747 gem install xcpretty
48- bundle exec pod install --repo-update
4948 ../scripts/install_prereqs/firestore.sh
5049 - name : Build
5150 run : ./scripts/test.sh
52- env :
53- SWIFT_SUFFIX : " "
You can’t perform that action at this time.
0 commit comments