summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Jobs/Code-Intelligence.gitlab-ci.yml
blob: 83bc55486148641b8e44cf1b124bca21eccbfb6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
code_intelligence_go:
  stage: test
  needs: []
  allow_failure: true
  image: sourcegraph/lsif-go:v1
  rules:
    - if: $CODE_INTELLIGENCE_DISABLED
      when: never
    - if: $CI_COMMIT_BRANCH
      exists:
        - '**/*.go'
  script:
    - lsif-go
  artifacts:
    reports:
      lsif: dump.lsif