From 9038c026e3abe0b7f0d465c52be0c507c600ed86 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 19 May 2021 10:31:13 +0200 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 698d63c..789a982 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ code_style: tags: [ docker ] stage: test script: - - clang-format --dry-run --verbose **/*.c **/*.h **/*.h.in **/*.c.in + - clang-format-11 --dry-run --verbose **/*.c **/*.h **/*.h.in **/*.c.in allow_failure: true # cmocka tests -- GitLab