On Fri, Sep 14, 2018 at 4:29 PM, Edward Diener via Boost < boost@lists.boost.org> wrote:
On 9/14/2018 2:33 PM, Joshua Marshall via Boost wrote:
Hello all,
How do I test more configurations on my local systems rather than relying on TravisCI and AppVeyor?
I've been working on fixing up BGL to pass basic TravisCI and AppVeyor tests, but it seems I have to be particularly reliant on those online tests. I'd like to have more of that done on my local system. There is probably a way to do that, but I don't know what it is.
b2 toolset=xxx etc.
You can setup your toolsets in your user-config.jam file.
Where is documentation on this? Should the user-config.jam go in the BGL root, BGL test dir, or Boost root? How to I find available arguments to 'toolset'?