Generate clangd index

This commit is contained in:
uazo
2021-12-08 13:05:33 +01:00
committed by GitHub
parent fa6c38e200
commit 3628a1b39b

View File

@@ -346,6 +346,13 @@ jobs:
--corpus $KYTHE_CORPUS \
--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
shell: bash
run: |