eigen/ci
2024-08-02 00:06:24 +00:00
..
scripts Fix typos 2024-08-02 00:06:24 +00:00
build.linux.gitlab-ci.yml Fix typos 2024-08-02 00:06:24 +00:00
build.windows.gitlab-ci.yml Update CI scripts. 2024-04-20 01:08:19 +00:00
checkformat.gitlab-ci.yml Fix up clang-format CI. 2023-12-14 00:15:11 +00:00
common.gitlab-ci.yml Update CI scripts. 2024-04-20 01:08:19 +00:00
CTest2JUnit.xsl
README.md Fix formatting in README.md 2024-07-03 19:16:56 +00:00
test.linux.gitlab-ci.yml Update CI scripts. 2024-04-20 01:08:19 +00:00
test.windows.gitlab-ci.yml Update CI scripts. 2024-04-20 01:08:19 +00:00

Eigen CI infrastructure

Eigen's CI infrastructure uses three stages:

  1. A checkformat stage to verify MRs satisfy proper formatting style, as defined by clang-format.
  2. A build stage to build the unit-tests.
  3. A 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, we have nightly jobs that build and run the full suite of tests on most officially supported platforms.