CI: Add Windows 32-bit

This commit is contained in:
Paul Hollinsky
2022-02-22 10:31:46 -05:00
parent 28d3730375
commit b177617940
4 changed files with 29 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
call "%VCVARS64%"
REM clean intermediate directories
rmdir /s /q build
mkdir build
+2
View File
@@ -0,0 +1,2 @@
call "%VCVARS32%"
call "ci\build-windows.bat"
+2
View File
@@ -0,0 +1,2 @@
call "%VCVARS64%"
call "ci\build-windows.bat"