aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
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.
* New CI infrastructure, including AArch64 runnersGravatar David Tellenbach2020-09-11
|
* 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
* Disable CI buildstage againGravatar David Tellenbach2020-08-03
|
* Don't allow failure for CI build stage anymoreGravatar David Tellenbach2020-07-24
|
* Improve CI configurationGravatar David Tellenbach2020-07-24
| | | | | | | | - Fix docker Fedora image to Fedora:31 - Fix gcc version to gcc-9.2.1 - Use GitLab CI dag - Fix usage of build cache - Introduce build artificats
* Remote CI tags to enable shared runnersGravatar David Tellenbach2020-06-29
|
* Add initial CI configuration file.Gravatar David Tellenbach2020-06-27
| | | | | The initial CI configuration consists of jobs to build and run tests and to build docs.
* Revert ".gitlab-ci.yml: initial commit"Gravatar David Tellenbach2020-06-05
| | | | | This reverts commit 95177362edc9c814a102c8a2236695c632892232 to disable GitLab CI temporarily.
* .gitlab-ci.yml: initial commitGravatar Christoph Junghans2020-05-29