Skip to content

Commit 3484052

Browse files
committed
Print CodeChecker's compilation database for debugging.
1 parent e024eb7 commit 3484052

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/debug-info/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ runs:
1515
working-directory: build
1616
run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log || echo "No NSIS log found. Continuing…"
1717

18+
- name: Output CodeChecker JSON compilation database
19+
if: matrix.id == 'codechecker'
20+
shell: bash
21+
continue-on-error: true
22+
run: cat ${{ env.GITHUB_WORKSPACE }}/codechecker_codechecker_compilation_database.json

0 commit comments

Comments
 (0)