From bc2dfe49f481e0571d437f34ed7dbd94f0948a4a Mon Sep 17 00:00:00 2001 From: zhanghongyu Date: Thu, 23 Nov 2023 14:53:35 +0800 Subject: [PATCH] ci_sim: add matter build to the test list sim-01.dat and support cmake compilation in order to maintain the completeness of the matter related functional code, the build of matter is added to testlist. Signed-off-by: zhanghongyu --- tools/ci/testlist/sim-01.dat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/ci/testlist/sim-01.dat b/tools/ci/testlist/sim-01.dat index 6a848fbffc7..36ee20c3e68 100644 --- a/tools/ci/testlist/sim-01.dat +++ b/tools/ci/testlist/sim-01.dat @@ -33,6 +33,9 @@ # Skip WebAssembly Micro Runtime -Darwin,sim:wamr +# macOS matter compilation is not currently supported +-Darwin,sim:matter + # Boards build by CMake CMake,sim:alsa CMake,sim:bluetooth @@ -51,3 +54,4 @@ CMake,sim:nettest CMake,sim:note CMake,sim:nsh CMake,sim:nxffs +CMake,sim:matter