Added base appveyor configuration file
This commit is contained in:
parent
063fae50fe
commit
ac085b9dfd
1 changed files with 11 additions and 0 deletions
11
appveyor.yml
Normal file
11
appveyor.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: 1.0.{build}
|
||||
image: Visual Studio 2017
|
||||
environment:
|
||||
'%APPVEYOR_BUILD_FOLDER%': C:\projects\ryujinx
|
||||
build_script:
|
||||
- pwsh: >-
|
||||
dotnet publish -c Release -r win10-x64
|
||||
|
||||
7z a ryujinx_latest_unstable.zip C:\projects\ryujinx\Ryujinx\bin\Release\netcoreapp2.1\win10-x64\publish\
|
||||
artifacts:
|
||||
- path: ryujinx_latest_unstable.zip
|
Loading…
Add table
Reference in a new issue