From 17b3e0263ba64b299473d1a71bbdc6ebfbd0af96 Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Mon, 22 Jun 2020 16:07:27 -0400
Subject: [PATCH] Add code intelligence.

---
 .gitlab-ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b79c31..026f58f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,3 +49,14 @@ release:
   allow_failure: true
   tags:
     - docker
+
+code-intelligence:
+  image: dbogatov/docker-sources:node--14.4-alpine3.12
+  stage: release
+  script:
+    - npm install -g @sourcegraph/lsif-tsc
+    - apk add --update git
+    - lsif-tsc -p .
+  artifacts:
+    reports:
+      lsif: dump.lsif
-- 
GitLab