CI/CD
This commit is contained in:
parent
dc0e3138c5
commit
44fedf80ee
@ -1,25 +1,38 @@
|
|||||||
|
---
|
||||||
include:
|
include:
|
||||||
- project: 'f1x1t/gitlab-ci'
|
- project: 'cicd/gitlab'
|
||||||
ref: master
|
ref: master
|
||||||
file: 'scheduled.yml'
|
file: 'gitlab.yml'
|
||||||
|
|
||||||
smolensk15-nightly:
|
uncrustify:
|
||||||
# CMAKE_GENERATOR: Unix Makefiles
|
extends:
|
||||||
extends: .scheduled-smolensk15
|
- .test-formatting-with-uncrustify
|
||||||
|
|
||||||
orel212-nightly:
|
build-smolensk15:
|
||||||
extends: .scheduled-orel212
|
extends:
|
||||||
|
- .image-smolensk15-large
|
||||||
|
- .build-cmake-make
|
||||||
|
|
||||||
bionic-nightly:
|
build-smolensk16:
|
||||||
extends: .scheduled-bionic
|
extends:
|
||||||
|
- .image-smolensk16-large
|
||||||
|
- .build-cmake-make
|
||||||
|
|
||||||
focal-nightly:
|
build-smolensk17:
|
||||||
extends: .scheduled-focal
|
extends:
|
||||||
|
- .image-smolensk16-large
|
||||||
|
- .build-cmake-make
|
||||||
|
|
||||||
elbrus-nightly:
|
build-with-modern-clang:
|
||||||
extends: .scheduled-elbrus
|
extends:
|
||||||
|
- .use-clang-18
|
||||||
|
- .image-noble-large
|
||||||
|
- .build-cmake-ninja
|
||||||
|
|
||||||
check-format-sources:
|
analyze-clang-tidy:
|
||||||
only:
|
extends:
|
||||||
- merge_requests
|
- .cmake-analyze-clang-tidy
|
||||||
extends: .check-format-sources
|
|
||||||
|
analyze-pvs-studio:
|
||||||
|
extends:
|
||||||
|
- .cmake-analyze-pvs-studio
|
||||||
|
Loading…
Reference in New Issue
Block a user