Skip to content
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

Use fastlane to run tests #91

Merged
merged 10 commits into from
Sep 26, 2016
Merged

Use fastlane to run tests #91

merged 10 commits into from
Sep 26, 2016

Conversation

brockboland
Copy link
Contributor

No description provided.

@brockboland
Copy link
Contributor Author

@vokal/ios-developers moved things around a little bit here. As noted in #90, xctool doesn't support Xcode 8 yet, and we're using fastlane for all of our other projects anyway, so this switch made sense.

These sample projects are using a stripped-down version of our standard Fastfile, since there's no need for distribution, tagging on merge, etc. It's using a different matrix configuration to run tests in the two test projects in parallel. Note that the Paging Data Source Example project is no longer included, since it doesn't include any tests, which causes scan to fail.

@vokal-isaac
Copy link
Contributor

If you add an empty test target, it'll make scan happy and then at least fail if compilation fails.

@brockboland
Copy link
Contributor Author

I thought it had one already, but I guess I didn't actually check before.

Copy link
Contributor

@bryanluby bryanluby left a comment

Choose a reason for hiding this comment

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

LGTM

@brockboland brockboland merged commit d3ad6fd into vokal:master Sep 26, 2016
@brockboland brockboland deleted the fastlane branch September 26, 2016 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants