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
12
.github/workflows/unix.yml
vendored
12
.github/workflows/unix.yml
vendored
|
@ -15,8 +15,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- { label: macos-latest, name: macos }
|
||||
- { label: ubuntu-latest, name: linux }
|
||||
- { label: macos-latest, name: macos-aarch64 }
|
||||
- { label: macos-13, name: macos-x86_64 }
|
||||
- { label: ubuntu-latest, name: linux-x86_64 }
|
||||
env:
|
||||
OS_NAME: ${{ matrix.os.name }}
|
||||
|
||||
|
@ -29,6 +30,13 @@ jobs:
|
|||
- name: Build
|
||||
run: cmake --build build
|
||||
|
||||
# - name: Run cpuid_tool
|
||||
# run: |
|
||||
# echo "RAW dump"
|
||||
# ./build/cpuid_tool/cpuid_tool --save=-
|
||||
# echo "Report"
|
||||
# ./build/cpuid_tool/cpuid_tool --all
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
make -C build consistency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue