Commit 98eb6625 authored by Igor Drozdov's avatar Igor Drozdov

Include code-navigation block to CI

parent 73d42cb5
......@@ -47,3 +47,16 @@ gosec-sast:
before_script:
- apk add make
- make install
code_navigation:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.14-git-2.24
allow_failure: true
script:
- go get github.com/sourcegraph/lsif-go/cmd/lsif-go
- gem install lsif_parser
- ~/go/bin/lsif-go
- lsif_parser dump.lsif $PWD
- mv dump.lsif.tmp lsif
artifacts:
paths:
- lsif/
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment