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 <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu 2023-11-23 14:53:35 +08:00 committed by Xiang Xiao
parent c16da15943
commit bc2dfe49f4
1 changed files with 4 additions and 0 deletions

View File

@ -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