30 Apr
2023
30 Apr
'23
5:01 p.m.
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.