Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Nov 13, 2024
1 parent 29fe6f2 commit 08b96e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ commands:
- run:
name: "Build"
working_directory: ~/build
environment:
CLICOLOR: 0
command: |
if [[ "<<parameters.target>>" == "all" ]]
then
Expand Down Expand Up @@ -349,6 +351,9 @@ jobs:
- run:
name: "Report"
command: tools/lint/clang_tidy_report.sh "$HOME/build/build.log"
- store_artifacts:
path: /home/circleci/build/build.log
destination: build.log

linux-clang-tidy-diff:
environment:
Expand Down

0 comments on commit 08b96e8

Please sign in to comment.