From 83c50c69d0a033bd1ae687c2050bcb16c5c229fd Mon Sep 17 00:00:00 2001
From: "alexandr.kravchenko" <alexander.kravchenko@demlabs.net>
Date: Tue, 23 Jun 2020 14:30:59 +0500
Subject: [PATCH] Added static analysis to cellframe-sdk

---
 .gitlab-ci.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000..0129cc04b3
--- /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 
-- 
GitLab