myx-example-app-ext/.gitlab-ci.yml

43 lines
735 B
YAML
Raw Normal View History

2024-04-08 19:19:42 +00:00
---
2023-02-17 11:47:30 +00:00
include:
2024-04-08 19:19:42 +00:00
- project: 'cicd/gitlab'
2023-02-17 11:47:30 +00:00
ref: master
2024-04-08 19:19:42 +00:00
file: 'gitlab.yml'
2023-02-17 11:47:30 +00:00
variables:
# git ssl no verify - git clone works for https/ssl from letsencrypt
GIT_SSL_NO_VERIFY: "1"
2024-04-08 19:19:42 +00:00
uncrustify:
extends:
- .test-formatting-with-uncrustify
2023-02-17 11:47:30 +00:00
2024-04-08 19:19:42 +00:00
build-smolensk15:
extends:
- .image-smolensk15-large
- .build-cmake-make
2023-02-17 11:47:30 +00:00
2024-04-08 19:19:42 +00:00
build-smolensk16:
extends:
- .image-smolensk16-large
- .build-cmake-make
2023-02-17 11:47:30 +00:00
2024-04-08 19:19:42 +00:00
build-smolensk17:
extends:
- .image-smolensk16-large
- .build-cmake-make
2023-02-17 11:47:30 +00:00
2024-04-08 19:19:42 +00:00
build-with-modern-clang:
extends:
- .use-clang-18
- .image-noble-large
- .build-cmake-ninja
2023-02-17 11:47:30 +00:00
2024-04-08 19:19:42 +00:00
analyze-clang-tidy:
extends:
- .cmake-analyze-clang-tidy
analyze-pvs-studio:
extends:
- .cmake-analyze-pvs-studio