Eigen's CI infrastructure uses three stages:
checkformat stage to verify MRs satisfy proper formatting style, as defined by clang-format.build stage to build the unit-tests.test stage to run the unit-tests.For merge requests, only a small subset of tests are built/run, and only on a small subset of platforms. This is to reduce our overall testing infrastructure resource usage. In addition, a weekly scheduled pipeline builds and runs the full suite of tests on most officially supported platforms.