diff options
author | fanquake <fanquake@gmail.com> | 2022-04-06 10:10:17 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-04-06 10:10:41 +0100 |
commit | 372f1a3c25813cc79b5484599f0b26f857b99857 (patch) | |
tree | 88cd6afeeaaebbe22807e7a6e9585ae3b409b71e /.cirrus.yml | |
parent | 27cfaeed1ea975f52c2307153f7295d43bc84b64 (diff) | |
parent | fab24f8c3540b6f1a128cb9d6812df6678472b8d (diff) |
Merge bitcoin/bitcoin#24753: ci: Add clang-tidy task
fab24f8c3540b6f1a128cb9d6812df6678472b8d ci: Add clang-tidy task (MarcoFalke)
Pull request description:
Fixes #24747
ACKs for top commit:
fanquake:
ACK fab24f8c3540b6f1a128cb9d6812df6678472b8d
vincenzopalazzo:
Code Review ACK https://github.com/bitcoin/bitcoin/pull/24753/commits/fab24f8c3540b6f1a128cb9d6812df6678472b8d
Tree-SHA512: 87a5d67a23d540cea09925a6c186303c1249d4ca244b95940c5214860bf7a849fa12cc4fcf1bb9270b1004407124b3487902969d8ae9d2b14dae1fdfb57cc7e8
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 6cf91f8752..5bfdcbc9b1 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: |