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:
parent
c16da15943
commit
bc2dfe49f4
|
@ -33,6 +33,9 @@
|
||||||
# Skip WebAssembly Micro Runtime
|
# Skip WebAssembly Micro Runtime
|
||||||
-Darwin,sim:wamr
|
-Darwin,sim:wamr
|
||||||
|
|
||||||
|
# macOS matter compilation is not currently supported
|
||||||
|
-Darwin,sim:matter
|
||||||
|
|
||||||
# Boards build by CMake
|
# Boards build by CMake
|
||||||
CMake,sim:alsa
|
CMake,sim:alsa
|
||||||
CMake,sim:bluetooth
|
CMake,sim:bluetooth
|
||||||
|
@ -51,3 +54,4 @@ CMake,sim:nettest
|
||||||
CMake,sim:note
|
CMake,sim:note
|
||||||
CMake,sim:nsh
|
CMake,sim:nsh
|
||||||
CMake,sim:nxffs
|
CMake,sim:nxffs
|
||||||
|
CMake,sim:matter
|
||||||
|
|
Loading…
Reference in New Issue