Skip to content

Commit

Permalink
CI: Update LSIF (again)
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Apr 8, 2021
1 parent eba21f2 commit f528c87
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,10 @@ assemble with java 15:

code_navigation:
stage: build
image: maven:3-openjdk-8
script:
- cat /etc/os-release
- apt update && apt install -y git
- git clone https://github.com/sourcegraph/lsif-java
- cd lsif-java
- ./gradlew installDist
- cd ..
- ./gradlew generatePomFileForJosmPluginPublication
- cp ./build/publications/josmPlugin/pom-default.xml ./pom.xml
- $(pwd)/lsif-java/build/install/lsifjava/bin/lsifjava -projectRoot . -out dump.lsif -verbose
- curl -fLo coursier https://git.io/coursier-cli
- chmod +x coursier \
- ./coursier launch com.sourcegraph:lsif-java_2.13:0.4.0 -- index --build-tool gradle
artifacts:
reports:
lsif: dump.lsif
Expand Down

0 comments on commit f528c87

Please sign in to comment.