Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2020-04-06 14:11:08 +0300
committerJacob Vosmaer <jacob@gitlab.com>2020-04-06 14:11:08 +0300
commit07e565d52335026ac206843d340898eb46222a2e (patch)
tree8926af915704e830b1ef94efad018a0b461289d4
parent8a4a5a04f5cac2561e375a4df8e7ccde9e890027 (diff)
parent2c259a087d375886a9b5752af58e09f654d98061 (diff)
Merge branch 'id-testing-code-navigation' into 'master'
Include code-navigation block to CI See merge request gitlab-org/gitaly!1844
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a62e60c3e..6f181181d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -252,3 +252,15 @@ lint:
# and it stops further development process, so it is temporary measure.
# Must be fixed under: https://gitlab.com/gitlab-org/gitaly/-/issues/2605
allow_failure: true
+
+code_navigation:
+ 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/