-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI builds for Carthage and CocoaPods #192
Conversation
Travis already recursively updates submodules on checkout.
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 97.22% 97.22%
========================================
Files 6 6
Lines 397 397
========================================
Hits 386 386
Misses 11 11 Continue to review full report at Codecov.
|
3 similar comments
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 97.22% 97.22%
========================================
Files 6 6
Lines 397 397
========================================
Hits 386 386
Misses 11 11 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 97.22% 97.22%
========================================
Files 6 6
Lines 397 397
========================================
Hits 386 386
Misses 11 11 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 97.22% 97.22%
========================================
Files 6 6
Lines 397 397
========================================
Hits 386 386
Misses 11 11 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 97.22% 97.22%
========================================
Files 6 6
Lines 397 397
========================================
Hits 386 386
Misses 11 11 Continue to review full report at Codecov.
|
3 similar comments
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 97.22% 97.22%
========================================
Files 6 6
Lines 397 397
========================================
Hits 386 386
Misses 11 11 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 97.22% 97.22%
========================================
Files 6 6
Lines 397 397
========================================
Hits 386 386
Misses 11 11 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
========================================
Coverage 97.22% 97.22%
========================================
Files 6 6
Lines 397 397
========================================
Hits 386 386
Misses 11 11 Continue to review full report at Codecov.
|
Add CI jobs which try building the library with Carthage and CocoaPods, on both Xcode 9 and 10.
Currently, CocoaPods'
pod lib lint
command has a bug with thepreserve_paths
configuration used to provide custom CommonCrypto modulemaps on Xcode 9.x. Until that bug is fixed, the Xcode 9 CocoaPods CI job is allowed to fail.