myx-example-qt-gui/.gitlab-ci.yml
2024-04-08 22:22:15 +03:00

39 lines
629 B
YAML

---
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