mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:40:05 +00:00
Merge pull request #312 from dpaulat/feature/clang-tidy-updates
clang-tidy Workflow Fixes
This commit is contained in:
commit
7b938f9458
8 changed files with 27 additions and 7 deletions
20
.github/workflows/clang-tidy-comments.yml
vendored
Normal file
20
.github/workflows/clang-tidy-comments.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: Post clang-tidy Review Comments
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["clang-tidy-review"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Post Comments
|
||||||
|
uses: ZedThree/clang-tidy-review/post@v0.20.1
|
||||||
|
with:
|
||||||
|
lgtm_comment_body: ''
|
||||||
|
annotations: false
|
||||||
|
max_comments: 25
|
||||||
|
num_comments_as_exitcode: false
|
||||||
2
.github/workflows/clang-tidy-review.yml
vendored
2
.github/workflows/clang-tidy-review.yml
vendored
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
--cmake-command='' \
|
--cmake-command='' \
|
||||||
--max-comments=25 \
|
--max-comments=25 \
|
||||||
--lgtm-comment-body='' \
|
--lgtm-comment-body='' \
|
||||||
--split_workflow=false \
|
--split_workflow=true \
|
||||||
--annotations=false \
|
--annotations=false \
|
||||||
--parallel=0
|
--parallel=0
|
||||||
rsync -avzh --ignore-missing-args clang-tidy-review-output.json ../
|
rsync -avzh --ignore-missing-args clang-tidy-review-output.json ../
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ compiler=clang
|
||||||
compiler.cppstd=20
|
compiler.cppstd=20
|
||||||
compiler.libcxx=libstdc++11
|
compiler.libcxx=libstdc++11
|
||||||
compiler.version=17
|
compiler.version=17
|
||||||
os=Linux
|
os=Linux
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ compiler=gcc
|
||||||
compiler.cppstd=20
|
compiler.cppstd=20
|
||||||
compiler.libcxx=libstdc++11
|
compiler.libcxx=libstdc++11
|
||||||
compiler.version=11
|
compiler.version=11
|
||||||
os=Linux
|
os=Linux
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ compiler=gcc
|
||||||
compiler.cppstd=20
|
compiler.cppstd=20
|
||||||
compiler.libcxx=libstdc++11
|
compiler.libcxx=libstdc++11
|
||||||
compiler.version=12
|
compiler.version=12
|
||||||
os=Linux
|
os=Linux
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ compiler=gcc
|
||||||
compiler.cppstd=20
|
compiler.cppstd=20
|
||||||
compiler.libcxx=libstdc++11
|
compiler.libcxx=libstdc++11
|
||||||
compiler.version=13
|
compiler.version=13
|
||||||
os=Linux
|
os=Linux
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ compiler=gcc
|
||||||
compiler.cppstd=20
|
compiler.cppstd=20
|
||||||
compiler.libcxx=libstdc++11
|
compiler.libcxx=libstdc++11
|
||||||
compiler.version=14
|
compiler.version=14
|
||||||
os=Linux
|
os=Linux
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ compiler=msvc
|
||||||
compiler.cppstd=20
|
compiler.cppstd=20
|
||||||
compiler.runtime=dynamic
|
compiler.runtime=dynamic
|
||||||
compiler.version=194
|
compiler.version=194
|
||||||
os=Windows
|
os=Windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue