ci: Add clang-tidy task

This commit is contained in:
MarcoFalke
2022-04-04 11:00:09 +02:00
parent 0da559e02e
commit fab24f8c35
6 changed files with 45 additions and 1 deletions

View File

@@ -72,6 +72,19 @@ task:
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
task:
name: 'tidy [jammy]'
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:jammy
cpu: 2
memory: 5G
# For faster CI feedback, immediately schedule the linters
<< : *CREDITS_TEMPLATE
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
FILE_ENV: "./ci/test/00_setup_env_native_tidy.sh"
task:
name: "Win64 native [msvc]"
<< : *FILTER_TEMPLATE