-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
835e484
commit 76a2faf
Showing
1 changed file
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 | ||
|