From 87d1478eebd3f74814711765db0c470ad20206a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=B7=D0=B4=D0=B0=D0=B9=D1=89=D0=B8=D0=BA?= Date: Sat, 4 Nov 2023 17:47:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6?= =?UTF-8?q?=D0=BA=D0=B0=20MS=20VC=20x86=20=D0=B2=C2=A0CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI-windows.yml | 2 +- .github/workflows/conf-template-msvc32.bat | 2 +- .../{conf-template-msvc.bat => conf-template-msvc64.bat} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{conf-template-msvc.bat => conf-template-msvc64.bat} (100%) diff --git a/.github/workflows/CI-windows.yml b/.github/workflows/CI-windows.yml index af713985..b87224c5 100644 --- a/.github/workflows/CI-windows.yml +++ b/.github/workflows/CI-windows.yml @@ -12,7 +12,7 @@ jobs: bootstrap-bat: strategy: matrix: - ccomp: [ msvc, gcc ] + ccomp: [ msvc32, msvc64, gcc ] runs-on: windows-latest diff --git a/.github/workflows/conf-template-msvc32.bat b/.github/workflows/conf-template-msvc32.bat index 0d986cdb..b5676055 100644 --- a/.github/workflows/conf-template-msvc32.bat +++ b/.github/workflows/conf-template-msvc32.bat @@ -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 diff --git a/.github/workflows/conf-template-msvc.bat b/.github/workflows/conf-template-msvc64.bat similarity index 100% rename from .github/workflows/conf-template-msvc.bat rename to .github/workflows/conf-template-msvc64.bat