mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-13 11:10:39 +00:00
parent
ca0f64099b
commit
c5885699f0
37 changed files with 2709 additions and 279 deletions
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
matrix:
|
||||
config: [Debug, Release, ReleaseDLL]
|
||||
platform:
|
||||
- { bitness: x32, ms: Win32, name: win32 }
|
||||
- { bitness: x64, ms: x64, name: win64 }
|
||||
- { bitness: x32, ms: Win32, name: windows-ix86 }
|
||||
- { bitness: x64, ms: x64, name: window-x86_64 }
|
||||
env:
|
||||
CONFIG: ${{ matrix.config }}
|
||||
BITNESS: ${{ matrix.platform.bitness }}
|
||||
|
@ -73,8 +73,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
- win32
|
||||
- win64
|
||||
- windows-ix86
|
||||
- window-x86_64
|
||||
|
||||
steps:
|
||||
- name: Merge artifacts for ${{ matrix.platform }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue