Skip to content

Commit

Permalink
MSVC 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
MangaD committed May 24, 2023
1 parent 4e9cb4b commit 05c0e85
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
fail-fast: false
matrix:
config:
- {
name: "Windows Latest MSVC i686", ext: "windows-msvc-i686",
os: windows-latest,
cc: "cl", cxx: "cl",
# https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170
environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars32.bat",
vcpkg_triplet: x86-windows
}
- {
name: "Windows Latest MSVC x86_64", ext: "windows-msvc-x86_64",
os: windows-latest,
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
fail-fast: false
matrix:
config:
- {
name: "Windows Latest MSVC i686", ext: "windows-msvc-i686",
os: windows-latest,
cc: "cl", cxx: "cl",
# https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170
environment_script: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars32.bat",
vcpkg_triplet: x86-windows-static
}
- {
name: "Windows Latest MSVC x86_64", ext: "windows-msvc-x86_64",
os: windows-latest,
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- [x] coveralls
- [ ] coverity
- [x] Windows Latest MSVC
- [ ] 32-bit
- [x] 32-bit
- [x] 64-bit
- [x] Archive
- [x] NSIS installer
Expand Down

0 comments on commit 05c0e85

Please sign in to comment.