Skip to content

Commit

Permalink
CI: update Linux+FreeBSD jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Jul 31, 2024
1 parent b7940c7 commit fae9ec6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 3 additions & 6 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,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
run: cmake --install build
env:
DESTDIR: ${{ github.workspace }}/installdir

0 comments on commit fae9ec6

Please sign in to comment.