File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1818 run : |
1919 cp .github/GoogleService-Info-CI.plist firoptions/FiroptionConfiguration/GoogleService-Info.plist
2020 cd firoptions
21- pod install --repo-update
2221 xcodebuild -workspace FiroptionConfiguration.xcworkspace clean build -scheme FiroptionConfiguration -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2322 env :
2423 destination : ${{ matrix.destination }}
Original file line number Diff line number Diff line change 1818 run : |
1919 cp .github/GoogleService-Info-CI.plist firestore/swift/firestore-smoketest/GoogleService-Info.plist
2020 cd firestore/swift
21- pod install --repo-update
2221 xcodebuild -workspace firestore-smoketest.xcworkspace clean build -scheme firestore-smoketest -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2322 env :
2423 destination : ${{ matrix.destination }}
3534 run : |
3635 cp .github/GoogleService-Info-CI.plist firestore/objc/GoogleService-Info.plist
3736 cd firestore/objc
38- pod install --repo-update
3937 xcodebuild -workspace firestore-smoketest-objc.xcworkspace clean build -scheme firestore-smoketest-objc -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
4038 env :
4139 destination : ${{ matrix.destination }}
Original file line number Diff line number Diff line change 1717 - name : Build Swift snippets
1818 run : |
1919 cd installations/
20- pod install --repo-update
2120 xcodebuild -workspace InstallationsSnippets.xcworkspace clean build -scheme InstallationsSnippets -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2221 env :
2322 destination : ${{ matrix.destination }}
You can’t perform that action at this time.
0 commit comments