-
Notifications
You must be signed in to change notification settings - Fork 3
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
Minor polishing #14
Minor polishing #14
Conversation
Signed-off-by: Christian Parpart <[email protected]>
Signed-off-by: Christian Parpart <[email protected]>
Signed-off-by: Christian Parpart <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I corrected formatting
editorconfig still does not like things, not sure why
also, ubuntu ships only with catch2 (2.13.8-1) see: https://packages.ubuntu.com/jammy/catch2 so we can not build with v3 inside actions,
I think that we should not enable testing by default so if you include boxed in your project there is not catch dependency to build it
sounds good to me |
81cb86e
to
411e5cd
Compare
Signed-off-by: Christian Parpart <[email protected]>
c2a29e0
to
0c70212
Compare
Signed-off-by: Christian Parpart <[email protected]>
0c70212
to
d3711e8
Compare
Signed-off-by: Christian Parpart <[email protected]>
5a7cfe6
to
2e1f3d3
Compare
Signed-off-by: Christian Parpart <[email protected]>
2e1f3d3
to
6185e52
Compare
5c69698
to
2cfd1cf
Compare
d1ceb7b
to
6185e52
Compare
739571f
to
7327ee6
Compare
…s/runner-images#8659 get fixed Signed-off-by: Christian Parpart <[email protected]>
7327ee6
to
e4af94b
Compare
I actually did it because i believed we do not have an install target, but
cmake --build ... --target install
does in fact install.So I ended up polishing a bit.
Question: I hard-depend on Catch2 version 3 now, in case we build with tests. Would this interfere with Contour, when depending on it? (I'm primarily concerned for the Ubuntu 18 builds, but there we provide it from within Contour...) 🤔