From 7bc893846990bfcb854cb7dba4ee35e40c7cb7f0 Mon Sep 17 00:00:00 2001 From: "igor.udot" Date: Fri, 21 Feb 2025 12:16:04 +0800 Subject: [PATCH] ci: add build_system example to patterns-build_check --- .gitlab/ci/rules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index 84b71c70f6..b8053928d5 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -68,6 +68,7 @@ - "tools/ci/check_public_headers.py" - "tools/ci/check_register_rw_half_word.cmake" - "tools/ci/check_register_rw_half_word.py" + - "examples/build_system/**/*" .patterns-host_test: &patterns-host_test - ".gitlab/ci/host-test.yml"