diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 885af9d..12d5db3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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