Skip to content
Snippets Groups Projects
Verified Commit 17b3e026 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Add code intelligence.

parent 85ac8d3d
Branches
No related tags found
No related merge requests found
Pipeline #7069 canceled
...@@ -49,3 +49,14 @@ release: ...@@ -49,3 +49,14 @@ release:
allow_failure: true allow_failure: true
tags: tags:
- docker - 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment