File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 28
28
29
29
jobs :
30
30
cocoapods :
31
- name : cocoapods - ${{ matrix.os }}
31
+ name : spm - ${{ matrix.os }}
32
32
runs-on : macOS-15
33
33
strategy :
34
34
matrix :
50
50
scheme : AnalyticsExampleMac
51
51
test : true
52
52
env :
53
- SPM : false
53
+ SPM : true
54
54
LEGACY : false
55
55
OS : ${{ matrix.os }}
56
56
DEVICE : ${{ matrix.device }}
62
62
- name : Setup
63
63
run : |
64
64
cd analytics
65
- gem install bundler
66
- bundle install
67
- gem install xcpretty
68
- bundle exec pod install --repo-update
69
65
../scripts/install_prereqs/analytics.sh
70
66
- name : Build Swift
71
67
run : ./scripts/test.sh
72
68
env :
73
69
TEST : ${{ matrix.test }}
74
70
SWIFT_SUFFIX : " "
75
-
76
- # TODO: Add `spm` job.
Original file line number Diff line number Diff line change 28
28
29
29
jobs :
30
30
cocoapods :
31
- name : cocoapods
31
+ name : spm
32
32
runs-on : macOS-15
33
33
env :
34
- SPM : false
34
+ SPM : true
35
35
LEGACY : false
36
36
OS : iOS
37
37
DEVICE : iPhone 16
38
- TEST : false
38
+ TEST : true
39
39
steps :
40
40
- name : Checkout
41
41
uses : actions/checkout@master
42
42
- name : Setup
43
43
run : |
44
44
cd authentication
45
- gem install bundler
46
- bundle install
47
- gem install xcpretty
48
- bundle exec pod install --repo-update
49
45
../scripts/install_prereqs/authentication.sh
50
46
- name : Build Swift
51
47
run : ./scripts/test.sh
You can’t perform that action at this time.
0 commit comments