CI/CD
This commit is contained in:
parent
68cd52b281
commit
e6c27935a5
38
.gitlab-ci.yml
Normal file
38
.gitlab-ci.yml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
include:
|
||||||
|
- project: 'cicd/gitlab'
|
||||||
|
ref: master
|
||||||
|
file: 'gitlab.yml'
|
||||||
|
|
||||||
|
uncrustify:
|
||||||
|
extends:
|
||||||
|
- .test-formatting-with-uncrustify
|
||||||
|
|
||||||
|
build-smolensk15:
|
||||||
|
extends:
|
||||||
|
- .image-smolensk15-large
|
||||||
|
- .build-cmake-make
|
||||||
|
|
||||||
|
build-smolensk16:
|
||||||
|
extends:
|
||||||
|
- .image-smolensk16-large
|
||||||
|
- .build-cmake-make
|
||||||
|
|
||||||
|
build-smolensk17:
|
||||||
|
extends:
|
||||||
|
- .image-smolensk16-large
|
||||||
|
- .build-cmake-make
|
||||||
|
|
||||||
|
build-with-modern-clang:
|
||||||
|
extends:
|
||||||
|
- .use-clang-18
|
||||||
|
- .image-noble-large
|
||||||
|
- .build-cmake-ninja
|
||||||
|
|
||||||
|
analyze-clang-tidy:
|
||||||
|
extends:
|
||||||
|
- .cmake-analyze-clang-tidy
|
||||||
|
|
||||||
|
analyze-pvs-studio:
|
||||||
|
extends:
|
||||||
|
- .cmake-analyze-pvs-studio
|
Loading…
x
Reference in New Issue
Block a user