Skip to content

Commit 294799b

Browse files
committed
Try to build both C/C++ & Clang combinations
1 parent 310e592 commit 294799b

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/jobs/data/qodana/clang/trixie.source

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/qodana.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
# secret: QODANA_JVM_TOKEN
2626
- language: cpp
2727
secret: QODANA_CPP_TOKEN
28-
## We need a compile_commands.json
29-
##- language: clang
30-
## secret: QODANA_PYTHON_TOKEN
28+
# We need a compile_commands.json
29+
- language: clang
30+
secret: QODANA_PYTHON_TOKEN
3131
permissions:
3232
contents: write
3333
pull-requests: write
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0 # a full history is required for pull request analysis
4040
- name: Gather right Qodana configuration files
4141
run: |
42-
mv .github/jobs/data/qodana_${{ matrix.language }}.yml qodana.yml || true
42+
mv .github/jobs/data/qodana/${{ matrix.language }}/container.yml qodana.yml || true
4343
mv .github/jobs/data/qodana_${{ matrix.language }}.sarif.json qodana.sarif.json || true
4444
- name: Build intermediate container
4545
run: |

compile_commands.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)