$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-04-30 17:01:08
Robert Ramey wrote:
> I would suggest we throw the whole thing out and consider a different
> approach. This approach would be more along the lines of that used by
> CMake test server. Complete documentation of how CMake does it is
> described in the CMake documentation. Basically it works like this.
>
> I run my CMake tests locally. This means that tests are not run on a server, but
> on some users configuration. This spreads the load.
Well, the main point of CI is to test your code on platforms other than
your local one.