build ci:add msvc windows native ci workflow

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
xuxin19
2024-10-08 12:20:05 +08:00
committed by Xiang Xiao
parent 356ddee5b8
commit 57bfd02cef
3 changed files with 53 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ function(nuttx_sethost)
list(APPEND NUTTX_SYSTEM_SETHOST "WINDOWS_NATIVE=y")
else()
message(" MSVC toolchain")
list(APPEND NUTTX_SYSTEM_SETHOST "WINDOWS_NATIVE=y")
endif()
endif()
else()