Skip to content

Commit

Permalink
test build for MSVC x86
Browse files Browse the repository at this point in the history
  • Loading branch information
superzazu committed Dec 22, 2024
1 parent 5dc422f commit 2a67ba0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
strategy:
matrix:
platform:
- { name: Linux, os: ubuntu-20.04, shell: sh, flags: -GNinja }
- { name: MacOS, os: macos-latest, shell: sh }
- { name: mingw-w64 (i686), os: windows-latest, shell: 'msys2 {0}', msystem: mingw32, msys-env: mingw-w64-i686 }
- { name: mingw-w64 (x86_64), os: windows-latest, shell: 'msys2 {0}', msystem: mingw64, msys-env: mingw-w64-x86_64 }
- { name: MSVC (x86), os: windows-latest, shell: pwsh, msvc: 1, arch: x86 }
- { name: MSVC (x64), os: windows-latest, shell: pwsh, msvc: 1, arch: x64 }
- { name: MSVC (ARM64), os: windows-latest, shell: pwsh, msvc: 1, arch: amd64_arm64 }
# - { name: Linux, os: ubuntu-20.04, shell: sh, flags: -GNinja }
# - { name: MacOS, os: macos-latest, shell: sh }
# - { name: mingw-w64 (i686), os: windows-latest, shell: 'msys2 {0}', msystem: mingw32, msys-env: mingw-w64-i686 }
# - { name: mingw-w64 (x86_64), os: windows-latest, shell: 'msys2 {0}', msystem: mingw64, msys-env: mingw-w64-x86_64 }
- { name: MSVC (x86), os: windows-latest, shell: pwsh, msvc: 1, arch: amd64_x86 }
# - { name: MSVC (x64), os: windows-latest, shell: pwsh, msvc: 1, arch: x64 }
# - { name: MSVC (ARM64), os: windows-latest, shell: pwsh, msvc: 1, arch: amd64_arm64 }

steps:
- uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 2a67ba0

Please sign in to comment.