-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Feature/conan #938
Feature/conan #938
Conversation
- Insert catch.hpp (single header) to package - Copy BDDTests and TrickyTest to validate Catch package Signed-off-by: Uilian Ries <uilianries@gmail.com>
I don't think so much testing for the package is necessary. With just a very minimal test inside |
- Update release scripts to increment Conan version Signed-off-by: Uilian Ries <uilianries@gmail.com>
@memsharded Done! I changed to a simple test (just 10 lines) |
What is the |
The About the version in |
@memsharded Thanks for the comments! @philsquared I can change |
Yes please - then I think we can get this in |
@philsquared Done! |
That was quick! Thanks. I'll probably take a look tomorrow |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Thanks - I've now merged this. |
@philsquared and @memsharded Thanks! |
Description
This PR brings a minimal Conan recipe to Catch project. It just copy single_header to Conan package.
To solve the tests, I just copied BDDTests and TrickyTest to validate Catch package.
In the future we could improve many other things (build all Catch project by Conan), but is a different feature.
Closes #926