aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-04-04 11:00:09 +0200
committerMarcoFalke <falke.marco@gmail.com>2022-04-04 11:57:06 +0200
commitfab24f8c3540b6f1a128cb9d6812df6678472b8d (patch)
treedd90e2929ce31a2f527460597c51ef37112dc408 /ci/test/00_setup_env.sh
parent0da559e02e442f246c18b3d94ed166b97d1fb649 (diff)
downloadbitcoin-fab24f8c3540b6f1a128cb9d6812df6678472b8d.tar.xz
ci: Add clang-tidy task
Diffstat (limited to 'ci/test/00_setup_env.sh')
-rwxr-xr-xci/test/00_setup_env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env.sh b/ci/test/00_setup_env.sh
index e806683128..5a150d5f80 100755
--- a/ci/test/00_setup_env.sh
+++ b/ci/test/00_setup_env.sh
@@ -37,6 +37,7 @@ export USE_BUSY_BOX=${USE_BUSY_BOX:-false}
export RUN_UNIT_TESTS=${RUN_UNIT_TESTS:-true}
export RUN_FUNCTIONAL_TESTS=${RUN_FUNCTIONAL_TESTS:-true}
+export RUN_TIDY=${RUN_TIDY:-false}
export RUN_SECURITY_TESTS=${RUN_SECURITY_TESTS:-false}
# By how much to scale the test_runner timeouts (option --timeout-factor).
# This is needed because some ci machines have slow CPU or disk, so sanitizers