Skip to content

Commit

Permalink
imp: use qodana GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Costallat committed Aug 13, 2024
1 parent f9ddb3d commit 0ab86ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ bootstrap: |
cd build
export CMAKE_CC_COMPILER=cc
export CMAKE_CXX_COMPILER=c++
cmake -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake ..
--preset linux-debug || true
cmake -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake .. --preset linux-debug || true
ls ./linux-debug/compile_commands.json
cat ./linux-debug/compile_commands.json
include:
# inspections
Expand Down

0 comments on commit 0ab86ec

Please sign in to comment.