ci: Add bootstrap.ps1 and automate Windows build images (#15606)

This commit is contained in:
Ashcon Partovi
2024-12-05 14:16:37 -08:00
committed by GitHub
parent 4c8cbecb08
commit fa6ac405a4
18 changed files with 3850 additions and 1277 deletions

View File

@@ -20,7 +20,7 @@ else()
setx(RELEASE OFF)
endif()
if(CMAKE_BUILD_TYPE MATCHES "Debug|RelWithDebInfo")
if(CMAKE_BUILD_TYPE MATCHES "Debug")
setx(DEBUG ON)
else()
setx(DEBUG OFF)