From 0dddcd012c48618a98db4be53da532f167cd1f8a Mon Sep 17 00:00:00 2001 From: VocalFan <45863583+Mou-Ikkai@users.noreply.github.com> Date: Sun, 30 Jan 2022 10:41:22 -0500 Subject: Remove Appveyor from Readme and SLN (#3026) * Replace Appveyor with Github badge. * Delete appveyor.yml * Remove Appveyor from SLN --- appveyor.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index b56a36d0..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,35 +0,0 @@ -version: 1.0.{build} -branches: - only: - - master -image: Visual Studio 2022 -environment: - appveyor_dotnet_runtime: net6.0 - matrix: - - config: Release - config_name: '-' -build_script: -- ps: >- - dotnet --version - - dotnet publish -c $env:config -r win-x64 /p:Version=$env:APPVEYOR_BUILD_VERSION /p:DebugType=embedded --self-contained - - dotnet publish -c $env:config -r linux-x64 /p:Version=$env:APPVEYOR_BUILD_VERSION /p:DebugType=embedded --self-contained - - 7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-win_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\$env:appveyor_dotnet_runtime\win-x64\publish\ - - 7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-linux_x64.tar $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\$env:appveyor_dotnet_runtime\linux-x64\publish\ - - 7z a ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-linux_x64.tar.gz ryujinx$env:config_name$env:APPVEYOR_BUILD_VERSION-linux_x64.tar - - 7z a ryujinx-headless-sdl2$env:config_name$env:APPVEYOR_BUILD_VERSION-win_x64.zip $env:APPVEYOR_BUILD_FOLDER\Ryujinx.Headless.SDL2\bin\$env:config\$env:appveyor_dotnet_runtime\win-x64\publish\ - - 7z a ryujinx-headless-sdl2$env:config_name$env:APPVEYOR_BUILD_VERSION-linux_x64.tar $env:APPVEYOR_BUILD_FOLDER\Ryujinx.Headless.SDL2\bin\$env:config\$env:appveyor_dotnet_runtime\linux-x64\publish\ - - 7z a ryujinx-headless-sdl2$env:config_name$env:APPVEYOR_BUILD_VERSION-linux_x64.tar.gz ryujinx-headless-sdl2$env:config_name$env:APPVEYOR_BUILD_VERSION-linux_x64.tar - -artifacts: -- path: ryujinx%config_name%%APPVEYOR_BUILD_VERSION%-win_x64.zip -- path: ryujinx%config_name%%APPVEYOR_BUILD_VERSION%-linux_x64.tar.gz -- path: ryujinx-headless-sdl2%config_name%%APPVEYOR_BUILD_VERSION%-win_x64.zip -- path: ryujinx-headless-sdl2%config_name%%APPVEYOR_BUILD_VERSION%-linux_x64.tar.gz -- cgit v1.2.3