Commit 91045d44 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'id-testing-code-navigation' into 'master'

Include code-navigation block to CI

See merge request gitlab-org/gitlab-workhorse!482
parents 0b04008c 98eb6625
......@@ -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