This commit is contained in:
Andrei Astafev 2022-10-10 07:34:34 +03:00
parent 21ad81dd39
commit 7d01aa11f9

View File

@ -189,7 +189,7 @@ variables:
- ${CI_CMAKE} -B ${CI_BUILD_DIR} . - ${CI_CMAKE} -B ${CI_BUILD_DIR} .
- ${CI_CMAKE} --build ${CI_BUILD_DIR} --target check-format-sources - ${CI_CMAKE} --build ${CI_BUILD_DIR} --target check-format-sources
.myx-cmake-uncrustify-check: .myx-uncrustify-check:
extends: .use-ninja extends: .use-ninja
before_script: before_script:
- !reference [.add-ssh-key, before_script] - !reference [.add-ssh-key, before_script]
@ -295,7 +295,7 @@ variables:
fi fi
.myx-cmake-analyze-pvs-studio: .myxx-analyze-pvs-studio:
before_script: before_script:
- !reference [.add-ssh-key, before_script] - !reference [.add-ssh-key, before_script]
extends: .use-ninja extends: .use-ninja
@ -303,9 +303,9 @@ variables:
tags: ['analyze'] tags: ['analyze']
script: script:
- ${CI_CMAKE} -B ${CI_BUILD_DIR} . - ${CI_CMAKE} -B ${CI_BUILD_DIR} .
- ${CI_CMAKE} --build ${CI_BUILD_DIR} --target myx-cmake-analyze-pvs-studio --parallel - ${CI_CMAKE} --build ${CI_BUILD_DIR} --target myxx-analyze-pvs-studio --parallel
.myx-cmake-analyze-clang-tidy: .myxx-analyze-clang-tidy:
before_script: before_script:
- !reference [.add-ssh-key, before_script] - !reference [.add-ssh-key, before_script]
extends: .use-ninja extends: .use-ninja
@ -314,9 +314,9 @@ variables:
tags: ['analyze'] tags: ['analyze']
script: script:
- ${CI_CMAKE} -B ${CI_BUILD_DIR} . - ${CI_CMAKE} -B ${CI_BUILD_DIR} .
- ${CI_CMAKE} --build build --target myx-cmake-analyze-clang-tidy --parallel - ${CI_CMAKE} --build ${CI_BUILD_DIR} --target myxx-analyze-clang-tidy --parallel
.myx-cmake-analyze-clazy: .myxx-analyze-clazy:
before_script: before_script:
- !reference [.add-ssh-key, before_script] - !reference [.add-ssh-key, before_script]
extends: .use-ninja extends: .use-ninja
@ -324,5 +324,5 @@ variables:
tags: ['analyze'] tags: ['analyze']
script: script:
- ${CI_CMAKE} -B ${CI_BUILD_DIR} . - ${CI_CMAKE} -B ${CI_BUILD_DIR} .
- ${CI_CMAKE} --build ${CI_BUILD_DIR} --target myx-cmake-analyze-clazy --parallel - ${CI_CMAKE} --build ${CI_BUILD_DIR} --target myxx-analyze-clazy --parallel