ci : testing (wip)

This commit is contained in:
Georgi Gerganov
2025-04-04 13:43:43 +03:00
parent 348888e0dc
commit 43ab09b85d
3 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
set( CMAKE_SYSTEM_NAME Windows )
set( CMAKE_SYSTEM_PROCESSOR arm64 )
set( target arm64-pc-windows-msvc )
set( CMAKE_C_COMPILER_TARGET ${target} )
set( CMAKE_CXX_COMPILER_TARGET ${target} )