Generate clangd index
This commit is contained in:
parent
fa6c38e200
commit
3628a1b39b
7
.github/workflows/build_bromite.yaml
vendored
7
.github/workflows/build_bromite.yaml
vendored
@ -346,6 +346,13 @@ jobs:
|
|||||||
--corpus $KYTHE_CORPUS \
|
--corpus $KYTHE_CORPUS \
|
||||||
--out_dir src/out/bromite || true
|
--out_dir src/out/bromite || true
|
||||||
|
|
||||||
|
- name: Generate clangd index
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH
|
||||||
|
cd $WORKSPACE/chromium/src
|
||||||
|
/home/lg/working_dir/clangd_snapshot_20211205/bin/clangd-indexer --executor=all-TUs out/bromite/compile_commands.json >out/bromite/bromite.idx
|
||||||
|
|
||||||
- name: Build junit tests
|
- name: Build junit tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user