myx-example-features/.gitlab-ci.yml

39 lines
629 B
YAML
Raw Permalink Normal View History

2024-04-08 18:56:01 +00:00
---
2021-12-21 11:09:23 +00:00
include:
2024-04-08 18:56:01 +00:00
- project: 'cicd/gitlab'
2021-12-21 11:09:23 +00:00
ref: master
2024-04-08 18:56:01 +00:00
file: 'gitlab.yml'
2021-12-21 11:09:23 +00:00
2024-04-08 18:56:01 +00:00
uncrustify:
extends:
- .test-formatting-with-uncrustify
2021-12-21 11:09:23 +00:00
2024-04-08 18:56:01 +00:00
build-smolensk15:
extends:
- .image-smolensk15-large
- .build-cmake-make
2021-12-21 11:09:23 +00:00
2024-04-08 18:56:01 +00:00
build-smolensk16:
extends:
- .image-smolensk16-large
- .build-cmake-make
2021-12-21 11:09:23 +00:00
2024-04-08 18:56:01 +00:00
build-smolensk17:
extends:
- .image-smolensk16-large
- .build-cmake-make
2021-12-21 11:09:23 +00:00
2024-04-08 18:56:01 +00:00
build-with-modern-clang:
extends:
- .use-clang-18
- .image-noble-large
- .build-cmake-ninja
2021-12-21 11:09:23 +00:00
2024-04-08 18:56:01 +00:00
analyze-clang-tidy:
extends:
- .cmake-analyze-clang-tidy
analyze-pvs-studio:
extends:
- .cmake-analyze-pvs-studio