Skip to content

Commit

Permalink
update docs job to generate compile_commands.json for clang-assisted …
Browse files Browse the repository at this point in the history
…parsing
  • Loading branch information
braxtons12 committed Jan 30, 2024
1 parent 5911108 commit d115f2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
CC: gcc-12
CXX: gcc-12
working-directory: ${{github.workspace}}
run: xmake f -c -y --toolchain=envs
run: |
xmake f -c -y --toolchain=envs
xmake project -k compile_commands
- name: Build Linux
env:
Expand Down

0 comments on commit d115f2b

Please sign in to comment.