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

Travis OSX integrations #374

Closed
wants to merge 2 commits into from
Closed

Travis OSX integrations #374

wants to merge 2 commits into from

Conversation

martinpaljak
Copy link
Member

So that all changes and pull requests would be build on Travis as well.

@martinpaljak
Copy link
Member Author

As OSX only has clang and no mingw the build machinery should be adjusted slightly. For completeness the Tokend should also be built (maybe OSX "single build file" be split into two steps, building OpenSC + tokend + building the full .dmg?)

@frankmorgner
Copy link
Member

Could you instead use matrix include to build a speciffic configuration of osx to omit gcc/mingw on osx. Also, you should disable documentation on osx as the requirements are not met.

@martinpaljak
Copy link
Member Author

I need to look deeper into the build matrix setup of travis, no experience with that yet. If anyone feels like it, go ahead.

@frankmorgner
Copy link
Member

unforunately I had the same problem. Its try and error. However, you can always force an update on your branch which also updates this PR. Make sure to test your configuration with http:https://lint.travis-ci.org/

@frankmorgner
Copy link
Member

on github you could also search for filename:.travis.yml ... for similar solutions.

@frankmorgner
Copy link
Member

I'll try in #420

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

2 participants