Skip to content

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

Merged
merged 11 commits into from
Oct 12, 2018
Merged

Add Xcode 10 travis testing #1932

merged 11 commits into from
Oct 12, 2018

Conversation

paulb777
Copy link
Member

@paulb777 paulb777 commented Oct 11, 2018

  • Convert travis to Xcode 10 as the primary testing target.
  • Add three jobs for continued Xcode 9 testing.
  • Split InAppMessaging tests, since simulators fail to start with Xcode 10 and travis and multiple targets invoked from one xcodebuild command.

@mylyuic
Copy link
Contributor

mylyuic commented Oct 11, 2018

@paulb777 , there are two references to iPad Air in the testing script.

Copy link
Member

@ryanwilson ryanwilson left a 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
Copy link
Member

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.
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: iPhone

Copy link
Contributor

@wilhuff wilhuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@paulb777 paulb777 merged commit a363672 into master Oct 12, 2018
@paulb777 paulb777 deleted the pb-travis10 branch October 12, 2018 02:28
build \
test

RunXcodebuild \
Copy link
Contributor

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

Copy link
Member Author

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 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line seems not aligned

@paulb777 paulb777 mentioned this pull request Oct 25, 2018
@firebase firebase locked and limited conversation to collaborators Oct 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants