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 0ab86ec commit 1b900da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ bootstrap: |
rm -rf build
mkdir -p build
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_CC_COMPILER=cc export CMAKE_CXX_COMPILER=c++ 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
cat /data/project/logs/*
include:
Expand Down

0 comments on commit 1b900da

Please sign in to comment.