-
Notifications
You must be signed in to change notification settings - Fork 79
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
Continuous integration with travis #122
Comments
Travis doesn't seem to take no more requests for multi-os builds, so OSX may have to wait... See http://docs.travis-ci.com/user/multi-os/ |
Travis fails with gtest on Linux, with very weird behavior, where gtest is detected, but the system doesn't find rules in the makefile to compile the tests (whereas it correctly acquires the list of test files from the same makefile section). I'm bailing on this for now as Travis is too time-consuming to remotely debug with commited changes to the conf file. I believe this is not a big issue as well. |
This is the continuous integration and automated compilation across multiple OS. This is already partially in place, and results are available at https://travis-ci.org/beniz/libcmaes/builds
This is only building on linux for now, but I will grow the set of platform, most especially to include OSX.
The text was updated successfully, but these errors were encountered: