Revert "ci: Add bootstrap.ps1 and automate Windows build images" (#15591)

This commit is contained in:
Meghan Denny
2024-12-04 17:07:35 -08:00
committed by GitHub
parent e904a181d8
commit 61cc9c3947
13 changed files with 1274 additions and 3776 deletions

View File

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