60
60
runs-on : macos-11
61
61
strategy :
62
62
matrix :
63
- target : [tvOS, macOS, catalyst]
63
+ target : [tvOS, macOS, catalyst, watchOS ]
64
64
steps :
65
65
- uses : actions/checkout@v2
66
66
- name : Initialize xcodebuild
@@ -110,9 +110,7 @@ jobs:
110
110
111
111
strategy :
112
112
matrix :
113
- # watchos is disabled since pod lib lint cannot handle test Auth dep even if the dep is only
114
- # specified for the other three platforms.
115
- target : [ios, tvos, macos]
113
+ target : [ios, tvos, macos, watchos]
116
114
spec : [
117
115
' FirebaseStorage.podspec --test-specs=unit' , # The integration tests need more set up.
118
116
' FirebaseStorageSwift.podspec --skip-tests' # No current unit tests.
@@ -131,7 +129,7 @@ jobs:
131
129
runs-on : macos-11
132
130
strategy :
133
131
matrix :
134
- target : [ios, tvos, macos]
132
+ target : [ios, tvos, macos, watchos ]
135
133
flags : [
136
134
' --use-static-frameworks --skip-tests ' ,
137
135
' --use-libraries --skip-tests '
@@ -151,7 +149,7 @@ jobs:
151
149
runs-on : macos-11
152
150
strategy :
153
151
matrix :
154
- target : [ios, tvos, macos]
152
+ target : [ios, tvos, macos, watchos ]
155
153
flags : [
156
154
' --use-static-frameworks --skip-tests' , # Swift pods do not support --use-libraries
157
155
]
0 commit comments