40
.github/workflows/windows.yml
vendored
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# This is a basic workflow to help you get started with Actions
|
||||||
|
|
||||||
|
name: Windows CI
|
||||||
|
|
||||||
|
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||||
|
# events but only for the master branch
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
|
jobs:
|
||||||
|
# This workflow contains a single job called "build"
|
||||||
|
build:
|
||||||
|
# The type of runner that the job will run on
|
||||||
|
runs-on: windows-2022
|
||||||
|
|
||||||
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
|
steps:
|
||||||
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
# Submoudle
|
||||||
|
- name: Checkout Submodles
|
||||||
|
run: git submodule update --init --recursive
|
||||||
|
# Setup MSBuild For Later Usage
|
||||||
|
- name: Setup MSBuild
|
||||||
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
|
with:
|
||||||
|
vs-version: '16.6.2'
|
||||||
|
# Run MSBuild
|
||||||
|
- name: Build Solution
|
||||||
|
run: msbuild "D:\a\dolphin-mpn-src\dolphin-mpn-src\Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64
|
||||||
|
# Upload Artifact
|
||||||
|
- name: Upload Build Artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: DolphinMPN-win32
|
||||||
|
path: D:\a\dolphin-mpn-src\dolphin-mpn-src\Binary\x64
|
BIN
Data/Sys/Themes/Mario Party Netplay/classic.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/config.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/config@2x.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/fullscreen.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/fullscreen@2x.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/gradient.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
Data/Sys/Themes/Mario Party Netplay/graphics.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/graphics@2x.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/open.png
Normal file
After Width: | Height: | Size: 675 B |
BIN
Data/Sys/Themes/Mario Party Netplay/open@2x.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/pause.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/pause@2x.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/play.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/play@2x.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/refresh.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/refresh@2x.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/screenshot.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/screenshot@2x.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/stop.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/stop@2x.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/wifi.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
Data/Sys/Themes/Mario Party Netplay/wifi@2x.png
Normal file
After Width: | Height: | Size: 17 KiB |