-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add Xcode 10 travis testing #1932
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
Conversation
@paulb777 , there are two references to iPad Air in the testing script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please wait for one other person's review just in case :)
scripts/build.sh
Outdated
@@ -231,25 +231,41 @@ case "$product-$method-$platform" in | |||
;; | |||
|
|||
InAppMessagingDisplay-xcodebuild-iOS) | |||
# Run UI tests on both iPad and iphone simultors | |||
# Run UI tests on both iPad and iphone simulators |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: iPhone
scripts/build.sh
Outdated
@@ -231,25 +231,41 @@ case "$product-$method-$platform" in | |||
;; | |||
|
|||
InAppMessagingDisplay-xcodebuild-iOS) | |||
# Run UI tests on both iPad and iphone simultors | |||
# Run UI tests on both iPad and iphone simulators | |||
# TODO: Running two destinations from one xcodebuild command stopped working with XCode 10. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Xcode
scripts/build.sh
Outdated
build \ | ||
test | ||
|
||
cd InAppMessagingDisplay/Example | ||
sed -i -e 's/use_frameworks/\#use_frameworks/' Podfile | ||
pod update --no-repo-update | ||
cd ../.. | ||
# Run UI tests on both iPad and iphone simultors | ||
# Run UI tests on both iPad and iphone simulators |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: iPhone
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
build \ | ||
test | ||
|
||
RunXcodebuild \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line seems not aligned with line on 237
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sent #1939 to fix
build \ | ||
test | ||
|
||
RunXcodebuild \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line seems not aligned
Uh oh!
There was an error while loading. Please reload this page.