File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 2828
2929jobs :
3030 cocoapods :
31- name : cocoapods
31+ name : spm (non-SwiftUI)
3232 runs-on : macOS-15
3333 env :
34- SPM : false
35- LEGACY : false
3634 OS : iOS
35+ SPM : true
36+ LEGACY : false
37+ DIR : database
3738 DEVICE : iPhone 16
3839 TEST : false
40+ SCHEME : DatabaseExampleSwift
3941 steps :
4042 - name : Checkout
4143 uses : actions/checkout@master
4244 - name : Setup
4345 run : |
44- cd database
45- gem install bundler
46- bundle install
4746 gem install xcpretty
48- bundle exec pod install --repo-update
47+ cd database
4948 ../scripts/install_prereqs/database.sh
5049 - name : Build Swift
5150 run : ./scripts/test.sh
52- env :
53- SWIFT_SUFFIX : Swift
51+
5452 spm :
5553 name : spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
5654 runs-on : macOS-15
You can’t perform that action at this time.
0 commit comments