mirror of https://github.com/PCSX2/pcsx2.git
GHActions: Run tests on Windows
This commit is contained in:
parent
4d8b9aee2a
commit
142d91dfb5
|
@ -137,6 +137,13 @@ jobs:
|
||||||
msbuild "PCSX2_suite.sln" /m /v:m /p:Configuration="${{ matrix.configuration }}" /p:Platform="${{ matrix.platform }}"
|
msbuild "PCSX2_suite.sln" /m /v:m /p:Configuration="${{ matrix.configuration }}" /p:Platform="${{ matrix.platform }}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
- name: Run Tests
|
||||||
|
shell: cmd
|
||||||
|
run: |
|
||||||
|
call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\${{ steps.cmake.outputs.vcvars }}"
|
||||||
|
cmake --build build --config ${{ steps.cmake.outputs.buildtype }} --target unittests
|
||||||
|
if: matrix.configuration == 'CMake'
|
||||||
|
|
||||||
- name: Prepare Artifact Metadata
|
- name: Prepare Artifact Metadata
|
||||||
id: artifact-metadata
|
id: artifact-metadata
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue