Skip to content

Commit 95627d6

Browse files
eisenhauerclaude
andcommitted
Add 32-bit Windows build to CI
- Add windows2022-vs2022-msvc-win32 job to build matrix - Create cmake config with Win32 platform target Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ead797e commit 95627d6

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,15 @@ jobs:
7373
jobname: [
7474
windows2019-vs2019-clang,
7575
windows2022-vs2022-msvc,
76+
windows2022-vs2022-msvc-win32,
7677
macos-clang ]
7778
include:
7879
- jobname: windows2019-vs2019-clang
7980
vm: windows-latest
81+
- jobname: windows2022-vs2022-msvc
82+
vm: windows-2022
83+
- jobname: windows2022-vs2022-msvc-win32
84+
vm: windows-2022
8085
- jobname: macos-clang
8186
vm: macos-latest
8287

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Client maintainer: eisen@cc.gatech.edu
2+
3+
set(CTEST_CMAKE_GENERATOR "Visual Studio 17 2022")
4+
set(CTEST_CMAKE_GENERATOR_PLATFORM Win32)
5+
6+
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}")
7+
include(${CMAKE_CURRENT_LIST_DIR}/windows-common.cmake)

0 commit comments

Comments
 (0)