mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +01:00
[CI] Upload artifacts for Windows builds.
This commit is contained in:
parent
01684d36ba
commit
f85596ffbf
16
.github/workflows/test-build-windows.yml
vendored
16
.github/workflows/test-build-windows.yml
vendored
@ -48,6 +48,14 @@ jobs:
|
|||||||
meson --buildtype release --backend vs2022 build-msvc-x86
|
meson --buildtype release --backend vs2022 build-msvc-x86
|
||||||
msbuild -m build-msvc-x86/dxvk.sln
|
msbuild -m build-msvc-x86/dxvk.sln
|
||||||
|
|
||||||
|
- name: Upload artifacts (x86)
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: msvc_x86_output
|
||||||
|
path: |
|
||||||
|
build-msvc-x86\**\*.pdb
|
||||||
|
build-msvc-x86\**\*.dll
|
||||||
|
|
||||||
- name: Build MSVC x64
|
- name: Build MSVC x64
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
@ -56,3 +64,11 @@ jobs:
|
|||||||
| % { [System.Environment]::SetEnvironmentVariable($_[0], $_[1]) }
|
| % { [System.Environment]::SetEnvironmentVariable($_[0], $_[1]) }
|
||||||
meson --buildtype release --backend vs2022 build-msvc-x64
|
meson --buildtype release --backend vs2022 build-msvc-x64
|
||||||
msbuild -m build-msvc-x64/dxvk.sln
|
msbuild -m build-msvc-x64/dxvk.sln
|
||||||
|
|
||||||
|
- name: Upload artifacts (x64)
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: msvc_amd64_output
|
||||||
|
path: |
|
||||||
|
build-msvc-x64\**\*.pdb
|
||||||
|
build-msvc-x64\**\*.dll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user