From bb1be1e07ebb3fbee87c887f288337e1e158b8e7 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Thu, 18 Feb 2021 18:52:39 +0800 Subject: [PATCH] ci(rules): add missing scripts under tools folder --- .gitlab/ci/rules.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index 1af988eef2..aacc79e126 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -13,6 +13,7 @@ .patterns-c-files: &patterns-c-files - ".gitlab/ci/static-code-analysis.yml" + - "tools/ci/static-analysis-rules.yml" - "**/*.{c,C}" - "**/*.{h,H}" - "components/**/Kconfig" @@ -121,6 +122,9 @@ - "tools/kconfig_new/**/*" + - "tools/detect_python.sh" + - "tools/detect_python.fish" + .patterns-windows: &patterns-windows - "tools/windows/**/*"