summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 33d05293b4498272e6fc8eb0ac94384bdfe0ad46 (plain)
1
2
3
4
5
6
7
8
9
10
code_navigation:
  image: golang:1.14.0
  allow_failure: true
  script:
    - go get github.com/sourcegraph/lsif-go/cmd/lsif-go
    - lsif-go
    - echo $PWD
  artifacts:
    paths:
      - dump.lsif