-
Notifications
You must be signed in to change notification settings - Fork 7
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 testing on GCC and Clang #16
Comments
I could try to introduce travis CI for clang and gcc on Linux and macOS based on https://github.com/jbcoe/polymorphic_value/blob/master/.travis.yml |
That would be great! Let me know how it goes. |
Do you have a link to the AppVeyor CI project? |
https://ci.appveyor.com/project/potswa/cxx-function/ (it fails on one testcase) If it helps, here's my local test script:
|
Would you be opposed to me adding CMake support? It would make things more standard. |
Sure. This recent branch might help: https://github.com/CMakeezer/cxx_function |
Currently this project runs AppVeyor CI checking MSVC compatibility. My laptop has GCC 5.1 and Clang 3.6 which are quite old. Everything else is checked ad-hoc on an online compiler. It would be nice to test many compiler + version + standard library + language flag combinations using a proper CI service.
One thing that was significant in 2015 (when I created this) was that Linux used the GCC library even with Clang. If that's still the case, then mind the coverage.
The text was updated successfully, but these errors were encountered: