-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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-CI: Request for help #289
Comments
Great idea, this is long overdue. |
This could be travis file for Go:
I should note that I haven't tested flatbuffers with older versions of Go. |
For CS you can look at the travis configuration for ms bond serializer. It uses various languages (cs, c++, etc) https://github.com/Microsoft/bond/blob/master/.travis.yml If you don't want to use "csharp" language definition in travis.yml file, you can use any other language and install mono prerequisites manually. Here the sample how It can be done for OSX: Here the sample how it can be done for Linux: |
I also wrote about this in an existing Travis issue: travis-ci/travis-ci#4090 (comment) |
These languages are now all tested by our AppVeyor CI. And since they're not as platform-sensitive as C++, testing them also in Travis would be nice to have but not strictly necessary. |
We use Travis CI to test code at check-in. However, right now it only tests the FlatBuffers C++ code.
I'd like help configuring our .travis.yml file to test the following ports:
As a bonus, testing each port on 32bit and 64bit machines, and different OS'es, would be useful.
The text was updated successfully, but these errors were encountered: