Set up clang-format in CI

This commit is contained in:
Tobias Wood
2023-12-13 21:08:07 +00:00
committed by Antonio Sánchez
parent 2c4541f735
commit 85efa83292
2 changed files with 13 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
# with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
stages:
- checkformat
- buildsmoketests
- smoketests
- build
@@ -18,6 +19,7 @@ variables:
EIGEN_CI_CMAKE_GENEATOR: "Ninja"
include:
- "/ci/checkformat.gitlab-ci.yml"
- "/ci/smoketests.gitlab-ci.yml"
- "/ci/build.gitlab-ci.yml"
- "/ci/test.gitlab-ci.yml"