aboutsummaryrefslogtreecommitdiffhomepage
path: root/ci
Commit message (Collapse)AuthorAge
* Add CI infrastructure for pre-merge smoke tests.Gravatar David Tellenbach2021-04-01
| | | | | | This patch adds pre-merge smoke tests for x86 Linux using gcc-10 and clang-10. Closes #2188.
* Re-enable CI for PowerGravatar David Tellenbach2021-03-22
|
* Deactive CI for Power due to problems with GitLab runnerGravatar David Tellenbach2021-03-04
|
* Don't allow all test jobs to fail but only the currently failing ones.Gravatar David Tellenbach2021-02-12
|
* Add CI configuration for ppc64leGravatar David Tellenbach2020-09-22
|
* New CI infrastructure, including AArch64 runnersGravatar David Tellenbach2020-09-11
|
* Fix nightly CI configurationGravatar David Tellenbach2020-08-19
|
* Add possibility to split test suit build targets and improved CI configurationGravatar David Tellenbach2020-08-19
- Introduce CMake option `EIGEN_SPLIT_TESTSUITE` that allows to divide the single test build target into several subtargets - Add CI pipeline for merge request that can be run by GitLab's shared runners - Add nightly CI pipeline