CI/CD
This commit is contained in:
parent
dc0e3138c5
commit
44fedf80ee
@ -1,25 +1,38 @@
|
||||
---
|
||||
include:
|
||||
- project: 'f1x1t/gitlab-ci'
|
||||
- project: 'cicd/gitlab'
|
||||
ref: master
|
||||
file: 'scheduled.yml'
|
||||
file: 'gitlab.yml'
|
||||
|
||||
smolensk15-nightly:
|
||||
# CMAKE_GENERATOR: Unix Makefiles
|
||||
extends: .scheduled-smolensk15
|
||||
uncrustify:
|
||||
extends:
|
||||
- .test-formatting-with-uncrustify
|
||||
|
||||
orel212-nightly:
|
||||
extends: .scheduled-orel212
|
||||
build-smolensk15:
|
||||
extends:
|
||||
- .image-smolensk15-large
|
||||
- .build-cmake-make
|
||||
|
||||
bionic-nightly:
|
||||
extends: .scheduled-bionic
|
||||
build-smolensk16:
|
||||
extends:
|
||||
- .image-smolensk16-large
|
||||
- .build-cmake-make
|
||||
|
||||
focal-nightly:
|
||||
extends: .scheduled-focal
|
||||
build-smolensk17:
|
||||
extends:
|
||||
- .image-smolensk16-large
|
||||
- .build-cmake-make
|
||||
|
||||
elbrus-nightly:
|
||||
extends: .scheduled-elbrus
|
||||
build-with-modern-clang:
|
||||
extends:
|
||||
- .use-clang-18
|
||||
- .image-noble-large
|
||||
- .build-cmake-ninja
|
||||
|
||||
check-format-sources:
|
||||
only:
|
||||
- merge_requests
|
||||
extends: .check-format-sources
|
||||
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