aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar David Tellenbach <david.tellenbach@me.com>2021-04-01 00:08:37 +0000
committerGravatar David Tellenbach <david.tellenbach@me.com>2021-04-01 00:08:37 +0000
commite4233b6e3d378b57bfccda8e60f95cfc42f7856e (patch)
tree40d9963e074cdf5f6d39628345c67ede23d2b88c /.gitlab-ci.yml
parentae95b74af96dd88e1efc5a521cbe779f48dbbb4d (diff)
Add CI infrastructure for pre-merge smoke tests.
This patch adds pre-merge smoke tests for x86 Linux using gcc-10 and clang-10. Closes #2188.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64d31a372..e5a3c00af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,8 @@
# with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
stages:
+ - buildsmoketests
+ - smoketests
- build
- test
@@ -16,5 +18,6 @@ variables:
EIGEN_CI_CMAKE_GENEATOR: "Ninja"
include:
+ - "/ci/smoketests.gitlab-ci.yml"
- "/ci/build.gitlab-ci.yml"
- "/ci/test.gitlab-ci.yml"