$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Travis/Appveyor improvements for the superproject
From: Peter Dimov (lists_at_[hidden])
Date: 2017-09-20 14:45:18
Ion Gaztañaga wrote:
> Shouldn't the hole boost repo be tested when a library changes?
This isn't feasible as CI jobs have a time limit of 49 minutes on Travis,
which is sometimes insufficient for testing even a single library.
I did add a "quick" test to status/Jamfile that runs the "quick" target of
each test Jamfile, but that needs to complete within a few seconds, so you
can't do much beyond simple smoke checks there.