Run on PR and Push #10

Closed
rboullard wants to merge 15 commits from StaticAnalysis into Development
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 6c30582a3c - Show all commits

View File

@@ -20,6 +20,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: recursive
- name: Generate
@@ -28,7 +29,7 @@ jobs:
cmake -S . -B ./build/Debug --toolchain ./build/Debug/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_UNITY_BUILD=Debug -G "Ninja"
- name: Clang-Tidy
run: run-clang-tidy -p ./build/Debug/ >> tidy_result
run: run-clang-tidy -p ./build/Debug/ >> tidy_result.txt
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7.0.0

View File

@@ -8,4 +8,4 @@ sonar.sources=Bigfoot/Sources
sonar.tests=Bigfoot/Tests
sonar.cxx.file.suffixes=.hpp,.cpp,.h
sonar.cxx.clangtidy.reportPaths=tidy_result
sonar.cxx.clangtidy.reportPaths=tidy_result.txt