Skip to content

Commit

Permalink
Поддержка MS VC x86 в CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazdaywik committed Nov 4, 2023
1 parent 23576ac commit 87d1478
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
bootstrap-bat:
strategy:
matrix:
ccomp: [ msvc, gcc ]
ccomp: [ msvc32, msvc64, gcc ]

runs-on: windows-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conf-template-msvc32.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
set CPPLINEE=cl /O1 /EHcs /W3 /wd4996 /Fe
set CPPLINEESUF=
set CPPLINEL=cl /EHcs /W3 /wd4996 /LD /Fe
Expand Down
File renamed without changes.

0 comments on commit 87d1478

Please sign in to comment.