We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61041d8 commit d0f85e7Copy full SHA for d0f85e7
.github/workflows/ci.yml
@@ -83,7 +83,12 @@ jobs:
83
- run: yarn global add @bazel/bazelisk
84
- run: sbt cli/pack
85
- run: echo "$PWD/scip-java/target/pack/bin" >> $GITHUB_PATH
86
- - run: |
+ - name: Auto-index scip-java codebase
87
+ run: |
88
+ scip-java index --build-tool=bazel --bazel-scip-java-binary=$(which scip-java)
89
+ - run: du -h index.scip
90
+ - name: Auto-index example/bazel-workspace
91
92
scip-java index --build-tool=bazel --bazel-scip-java-binary=$(which scip-java)
93
working-directory: examples/bazel-example
94
- run: du -h index.scip
0 commit comments