Skip to content

Commit

Permalink
Hopefully fix Qodana in CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed May 30, 2024
1 parent 7593999 commit bedc036
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ jobs:
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
args:
--compile-commands qodana/compile_commands.json
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
libteams.so
libteams-personal.so
build/
3 changes: 3 additions & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version: "1.0"
linter: jetbrains/qodana-clang:2024.1-eap
bootstrap: sudo apt-get update; sudo apt-get install -y libglib2.0-dev libjson-glib-dev gettext; sudo apt download libpurple0 libpurple-dev; sudo dpkg --force-depends -i libpurple0*.deb libpurple-dev*.deb
Loading

0 comments on commit bedc036

Please sign in to comment.