update
This commit is contained in:
parent
21ad81dd39
commit
7d01aa11f9
@ -189,7 +189,7 @@ variables:
|
||||
- ${CI_CMAKE} -B ${CI_BUILD_DIR} .
|
||||
- ${CI_CMAKE} --build ${CI_BUILD_DIR} --target check-format-sources
|
||||
|
||||
.myx-cmake-uncrustify-check:
|
||||
.myx-uncrustify-check:
|
||||
extends: .use-ninja
|
||||
before_script:
|
||||
- !reference [.add-ssh-key, before_script]
|
||||
@ -295,7 +295,7 @@ variables:
|
||||
fi
|
||||
|
||||
|
||||
.myx-cmake-analyze-pvs-studio:
|
||||
.myxx-analyze-pvs-studio:
|
||||
before_script:
|
||||
- !reference [.add-ssh-key, before_script]
|
||||
extends: .use-ninja
|
||||
@ -303,9 +303,9 @@ variables:
|
||||
tags: ['analyze']
|
||||
script:
|
||||
- ${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:
|
||||
- !reference [.add-ssh-key, before_script]
|
||||
extends: .use-ninja
|
||||
@ -314,9 +314,9 @@ variables:
|
||||
tags: ['analyze']
|
||||
script:
|
||||
- ${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:
|
||||
- !reference [.add-ssh-key, before_script]
|
||||
extends: .use-ninja
|
||||
@ -324,5 +324,5 @@ variables:
|
||||
tags: ['analyze']
|
||||
script:
|
||||
- ${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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user