StaticAnalysis (#11)
All checks were successful
Bigfoot / Build & Test Debug (Unity Build: OFF) (push) Successful in 26s
Bigfoot / Build & Test Debug (Unity Build: ON) (push) Successful in 24s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Successful in 25s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Successful in 26s
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Successful in 19s
Bigfoot / Build & Test Release (Unity Build: ON) (push) Successful in 20s
Bigfoot / Clang Format Checks (push) Successful in 9s

SonarQube step only on push to main
Trigger Infer/Clang-Tidy also in PR

Reviewed-on: #11
Co-authored-by: Romain BOULLARD <romain.boullard@protonmail.com>
Co-committed-by: Romain BOULLARD <romain.boullard@protonmail.com>
This commit was merged in pull request #11.
This commit is contained in:
2026-02-02 06:18:26 +00:00
committed by Romain BOULLARD
parent 02a08012d0
commit b5c2e4936b

View File

@@ -1,9 +1,9 @@
name: Bigfoot name: Bigfoot
on: pull_request:
push:
branches: branches:
- 'main' - main
types: [opened, synchronize, reopened]
jobs: jobs:
build-and-test: build-and-test:
@@ -35,6 +35,7 @@ jobs:
run: infer run --compilation-database build/Debug/compile_commands.json run: infer run --compilation-database build/Debug/compile_commands.json
- name: SonarQube Scan - name: SonarQube Scan
if: github.event_name == 'push'
uses: SonarSource/sonarqube-scan-action@v7.0.0 uses: SonarSource/sonarqube-scan-action@v7.0.0
with: with:
args: > args: >