diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..0129cc04b30021d9d719253e1a60563ffe574eff --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +stages: + - prepare + - analyze + - build + - test + +variables: + GIT_SUBMODULE_STRATEGY: normal + +cellframe-sdk-analyze: + stage: analyze + tags: + - cellframe-sdk-analyze + script: ~/production/integration/PVS-studio/analyze.sh