Skip to content

Commit

Permalink
Use windows-2022 and start audiosrv
Browse files Browse the repository at this point in the history
  • Loading branch information
Laguna1989 committed Dec 18, 2023
1 parent 835e484 commit 76a2faf
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# working-directory: ${{github.workspace}}/build/test/approval_tests

Windows:
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Set up cmake
uses: jwlawson/[email protected]
Expand All @@ -123,17 +123,11 @@ jobs:
working-directory: ${{github.workspace}}/build
run: cmake --build .

- name: Install Scream
shell: powershell
run: |
Invoke-WebRequest https://github.com/duncanthrax/scream/releases/download/3.8/Scream3.8.zip -OutFile Scream3.8.zip
Expand-Archive -Path Scream3.8.zip -DestinationPath Scream
Import-Certificate -FilePath Scream\Install\driver\x64\Scream.cat -CertStoreLocation Cert:\LocalMachine\TrustedPublisher
Scream\Install\helpers\devcon-x64.exe install Scream\Install\driver\x64\Scream.inf *Scream
- name: Copy assets
run: cp -r assets ${{github.workspace}}/build/test/unit_tests/Debug

- run: net start audiosrv

- name: Test
working-directory: ${{github.workspace}}/build
run: test/unit_tests/Debug/OpenALpp_UnitTests.exe --order rand
Expand Down

0 comments on commit 76a2faf

Please sign in to comment.