forked from SirMangler/pcsx2
-
-
Notifications
You must be signed in to change notification settings - Fork 4
59 lines (50 loc) · 1.7 KB
/
winrt.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: Windows UWP Builds
on:
push:
branches:
- '*'
pull_request:
branches:
- uwp
jobs:
# MSBUILD
lint_vs_proj_files:
name: Lint VS Project Files
runs-on: windows-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Verify VS Project Files
run: .github\workflows\scripts\windows\validate-vs-filters.ps1
winrt-build-avx2:
name: Building WinRT (AVX2)
needs: lint_vs_proj_files
runs-on: windows-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Setup NuGet.exe
uses: NuGet/setup-nuget@v2
with:
nuget-version: latest
- name: Download Patches
shell: cmd
run: |
cd bin/resources
aria2c -Z "https://github.com/PCSX2/pcsx2_patches/releases/tag/latest/download/patches.zip"
- name: Download Dependencies
shell: cmd
run: |
aria2c -Z "https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/latest-windows-dependencies/pcsx2-windows-dependencies.7z"
- name: Extract some files
run: 7z x pcsx2-windows-dependencies.7z -o"./"
- name: Build project
run: |
msbuild PCSX2_qt.sln /m /p:PlatformToolset=v143 /p:Platform=x64 /p:Configuration="Release AVX2" /p:AppxPackageSigningEnabled=true /p:PackageCertificateKeyFile="xbsx2-winrt_TemporaryKey.pfx" /t:restore,build /p:RestorePackagesConfig=true
- name: Upload Builds
uses: actions/upload-artifact@v4
with:
name: XBSX2.0 Nightly Build (AVX2)
path: AppPackages/xbsx2/