Skip to content
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

Enable C++17 testing in circleCI #1273

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

vissarion
Copy link
Member

This PR enables testing in circleCI the C++17 dependent code, following the discussion here: #1265 (comment)

@awulkiew
Copy link
Member

Would it be possible to force b2 to only compile the sources instead of running the tests?
I'm thinking about some mechanism automatically replacing run and link directive(?) with compile for targets in Jamfiles.

Copy link
Collaborator

@barendgehrels barendgehrels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@vissarion
Copy link
Member Author

I have made a try, actually editing Jamfiles. I couldn't find a simpler way; it seems that b2 does not have an only build command.

An alternative could be to use cmake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants