From ac085b9dfdfd6fde78b3830f65a292a1a3dc05a1 Mon Sep 17 00:00:00 2001 From: emmauss Date: Tue, 17 Jul 2018 12:14:44 +0300 Subject: [PATCH] Added base appveyor configuration file --- appveyor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..d3413de999 --- /dev/null +++ b/appveyor.yml @@ -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 \ No newline at end of file