Generate clangd index
This commit is contained in:
9
.github/workflows/build_bromite.yaml
vendored
9
.github/workflows/build_bromite.yaml
vendored
@@ -345,7 +345,14 @@ jobs:
|
|||||||
--path_to_archive_output /home/lg/working_dir/chromium/src/out/bromite/chromium_linux.kzip \
|
--path_to_archive_output /home/lg/working_dir/chromium/src/out/bromite/chromium_linux.kzip \
|
||||||
--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: |
|
||||||
|
Reference in New Issue
Block a user