mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
Update windows.yml
This commit is contained in:
parent
de0bccd4c1
commit
0397d6316a
1 changed files with 6 additions and 8 deletions
14
.github/workflows/windows.yml
vendored
14
.github/workflows/windows.yml
vendored
|
@ -28,14 +28,12 @@ jobs:
|
||||||
# Submoudle
|
# Submoudle
|
||||||
- name: Checkout Submodles
|
- name: Checkout Submodles
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
# Setup MSBuild For Later Usage
|
# Run CMake
|
||||||
- name: Setup MSBuild
|
- name: Run CMake
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
run: mkdir build && cd build && cmake .. -G Ninja -DCPACK_PACKAGE_CONTACT="Mario Party Netplay"
|
||||||
with:
|
# Build Project
|
||||||
vs-version: '16.6.2'
|
- name: Run Make
|
||||||
# Run MSBuild
|
run: cd build && ninja -j8
|
||||||
- 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
|
# Upload Artifact
|
||||||
- name: Upload Build Artifact
|
- name: Upload Build Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue