diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-04-04 11:00:09 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-04-04 11:57:06 +0200 |
commit | fab24f8c3540b6f1a128cb9d6812df6678472b8d (patch) | |
tree | dd90e2929ce31a2f527460597c51ef37112dc408 /.cirrus.yml | |
parent | 0da559e02e442f246c18b3d94ed166b97d1fb649 (diff) |
ci: Add clang-tidy task
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index e89804a3b2..f5ee165ebd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -73,6 +73,19 @@ task: << : *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 windows_container: |