-
Notifications
You must be signed in to change notification settings - Fork 332
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 continuous integration on macOS #24
Comments
I'd like to help with this and #25. Do you have a CI service you favor, or is that part of the problem to be solved? |
Hopefully Travis CI should be easy to get working. Something like https://github.com/dtolnay/link-cplusplus/blob/690c615e632d1f3ce5b9408b318b34642cd60e28/.travis.yml. |
OK, Travis CI is a fine place to start. |
Would you be open to adding Buck and Bazel builds to this? I'm not attached to a particular solution, but I'm not convinced the the description of |
I would prefer not to tie that together with macOS CI, but I've filed separate issues to track Bazel and Buck CI. |
Now that we have build files for both Buck and Bazel and neither of them required source changes to the cxx crate or cxxbridge-cmd, hopefully you are convinced. ;) |
No description provided.
The text was updated successfully, but these errors were encountered: