geometry icon indicating copy to clipboard operation
geometry copied to clipboard

Enable C++17 testing in circleCI

Open vissarion opened this issue 1 year ago • 2 comments

This PR enables testing in circleCI the C++17 dependent code, following the discussion here: https://github.com/boostorg/geometry/pull/1265#discussion_r1544804957

vissarion avatar Apr 11 '24 11:04 vissarion

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.

awulkiew avatar Apr 19 '24 21:04 awulkiew

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.

vissarion avatar May 09 '24 16:05 vissarion

cmake provides a much simpler way to do this (see https://github.com/boostorg/geometry/pull/1302) so I am closing this PR

vissarion avatar Aug 14 '24 21:08 vissarion