uncrustify

This commit is contained in:
Andrei Astafev 2022-10-08 18:26:08 +03:00
parent 02c8d3c541
commit dce82aac2c

View File

@ -172,7 +172,7 @@ variables:
- cmake -B ${CI_BUILD_DIR} .
- cmake --build ${CI_BUILD_DIR} --target check-format-sources
.myx-cmake-format-sources-check:
.myx-cmake-uncrustify-check:
extends: .use-ninja
image: jammy-dev
tags: ['format']
@ -180,7 +180,7 @@ variables:
- !reference [.add-ssh-key, before_script]
script:
- cmake -B ${CI_BUILD_DIR} .
- cmake --build ${CI_BUILD_DIR} --target myx-cmake-format-sources-check
- cmake --build ${CI_BUILD_DIR} --target myx-cmake-uncrustify-check
.format-sources-check-custom:
extends: .use-ninja