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:
parent
b7940c7029
commit
fae9ec6b72
2 changed files with 10 additions and 10 deletions
11
.github/workflows/build_freebsd.yml
vendored
11
.github/workflows/build_freebsd.yml
vendored
|
@ -38,12 +38,15 @@ jobs:
|
||||||
|
|
||||||
- name: Run cpuid_tool
|
- name: Run cpuid_tool
|
||||||
run: |
|
run: |
|
||||||
echo "RAW dump"
|
./build/cpuid_tool/cpuid_tool --save=- --all
|
||||||
./build/cpuid_tool/cpuid_tool --save=-
|
sudo ./build/cpuid_tool/cpuid_tool --rdmsr-raw --rdmsr
|
||||||
echo "Report"
|
|
||||||
./build/cpuid_tool/cpuid_tool --all
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
make -C build consistency
|
make -C build consistency
|
||||||
make -C build test-old
|
make -C build test-old
|
||||||
|
|
||||||
|
- name: Install
|
||||||
|
run: cmake --install build
|
||||||
|
env:
|
||||||
|
DESTDIR: ${{ github.workspace }}/installdir
|
||||||
|
|
9
.github/workflows/build_linux.yml
vendored
9
.github/workflows/build_linux.yml
vendored
|
@ -30,10 +30,8 @@ jobs:
|
||||||
|
|
||||||
- name: Run cpuid_tool
|
- name: Run cpuid_tool
|
||||||
run: |
|
run: |
|
||||||
echo "RAW dump"
|
./build/cpuid_tool/cpuid_tool --save=- --all
|
||||||
./build/cpuid_tool/cpuid_tool --save=-
|
sudo ./build/cpuid_tool/cpuid_tool --rdmsr-raw --rdmsr
|
||||||
echo "Report"
|
|
||||||
./build/cpuid_tool/cpuid_tool --all
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
@ -41,7 +39,6 @@ jobs:
|
||||||
make -C build test-old
|
make -C build test-old
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: cmake --install build
|
||||||
cmake --install build
|
|
||||||
env:
|
env:
|
||||||
DESTDIR: ${{ github.workspace }}/installdir
|
DESTDIR: ${{ github.workspace }}/installdir
|
||||||
|
|
Loading…
Reference in a new issue