tree: a8b215145cdd3375840c884412aa609802adc894 [path history] [tgz]
  1. scripts/
  2. build.linux.gitlab-ci.yml
  3. build.windows.gitlab-ci.yml
  4. checkformat.gitlab-ci.yml
  5. common.gitlab-ci.yml
  6. CTest2JUnit.xsl
  7. README.md
  8. test.linux.gitlab-ci.yml
  9. test.windows.gitlab-ci.yml
ci/README.md

Eigen CI infrastructure

Eigen's CI infrastructure uses three stages:

  1. A 'checkformatstage to verify MRs satisfy proper formatting style, as defined byclang-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.