add github workflows

try to fix auto build

try to fix auto build

try to fix auto build

actions for all os

fix auto build for windows

test

move to msys

install latest cmake on linux

add .exe on windows

add .exe on windows
This commit is contained in:
2025-11-19 06:32:30 +03:00
parent b05ac56f5b
commit 325f3a35d4
4 changed files with 156 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()
if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
set(CMAKE_CXX_FLAGS "/W4")
set(CMAKE_CXX_FLAGS "/W4 /EHsc")
set(CMAKE_CXX_FLAGS_DEBUG "/Zi")
set(CMAKE_CXX_FLAGS_RELEASE "/O3")
else()