1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

CI: update Linux+FreeBSD jobs

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-07-31 16:39:42 +02:00
parent b7940c7029
commit fae9ec6b72
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
2 changed files with 10 additions and 10 deletions

View file

@ -38,12 +38,15 @@ jobs:
- name: Run cpuid_tool
run: |
echo "RAW dump"
./build/cpuid_tool/cpuid_tool --save=-
echo "Report"
./build/cpuid_tool/cpuid_tool --all
./build/cpuid_tool/cpuid_tool --save=- --all
sudo ./build/cpuid_tool/cpuid_tool --rdmsr-raw --rdmsr
- name: Run tests
run: |
make -C build consistency
make -C build test-old
- name: Install
run: cmake --install build
env:
DESTDIR: ${{ github.workspace }}/installdir

View file

@ -30,10 +30,8 @@ jobs:
- name: Run cpuid_tool
run: |
echo "RAW dump"
./build/cpuid_tool/cpuid_tool --save=-
echo "Report"
./build/cpuid_tool/cpuid_tool --all
./build/cpuid_tool/cpuid_tool --save=- --all
sudo ./build/cpuid_tool/cpuid_tool --rdmsr-raw --rdmsr
- name: Run tests
run: |
@ -41,7 +39,6 @@ jobs:
make -C build test-old
- name: Install
run: |
cmake --install build
run: cmake --install build
env:
DESTDIR: ${{ github.workspace }}/installdir