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

Add matrix build for iOS and Mac #554

Merged
merged 5 commits into from
Feb 29, 2016
Merged

Add matrix build for iOS and Mac #554

merged 5 commits into from
Feb 29, 2016

Conversation

pietbrauer
Copy link
Member

If this works then the time builds will take is only half as we split the build for Mac and iOS to separate machines.

@pietbrauer pietbrauer mentioned this pull request Feb 25, 2016
@pietbrauer pietbrauer mentioned this pull request Feb 26, 2016
@phatblat
Copy link
Member

../SwiftSpec.swift:11:8: error: module file's minimum deployment target is ios9.2 v9.2: /Users/travis/Library/Developer/Xcode/DerivedData/ObjectiveGitFramework-dggdbcqvjtimfddtjpjrzodjcbls/Build/Products/Debug-iphonesimulator/Quick.framework/Modules/Quick.swiftmodule/x86_64.swiftmodule
import Quick

This is an odd error because there are no targets that I can find that have a deployment target of iOS 9.2. Based on the SO post below, I suspect this is might be related to the iOS Tests target being raised to 9.0.

http://stackoverflow.com/questions/31461012/can-no-longer-import-app-module-into-unit-tests-after-changing-deployment-target

I can't reproduce this locally so can't tell if this would resolve the issue. Why was the Test deployment target raised?

@phatblat phatblat self-assigned this Feb 27, 2016
@pietbrauer
Copy link
Member Author

I think I did that to fix other errors regarding the Quick update which now only works with iOS 9.0? Will try to dig into it today.

@pietbrauer
Copy link
Member Author

@phatblat Green now, seems to be related to Xcode 7.2

phatblat added a commit that referenced this pull request Feb 29, 2016
Add matrix build for iOS and Mac
@phatblat phatblat merged commit 5978a65 into master Feb 29, 2016
@phatblat
Copy link
Member

Works for me

@phatblat phatblat deleted the piet/travis-matrix branch March 1, 2016 22:24
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.

2 participants