$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] How do I test more configurations locally
From: Edward Diener (eldiener_at_[hidden])
Date: 2018-09-14 20:29:05
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.