From b25030b19a81e70399fd4ab9af9a81194060af19 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 17 Apr 2021 16:33:37 +1000 Subject: [PATCH] Remove unused appveyor.yml --- appveyor.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 2d27817a5..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,35 +0,0 @@ -version: 1.0.{build} -branches: - only: - - dev - -skip_tags: true - -skip_commits: - files: - - '.github/**' - - '**.md' - - 'scripts/*' - -image: Visual Studio 2019 - -install: - - git submodule update --init --depth 1 - -platform: x64 - -configuration: ReleaseLTCG - -build: - parallel: true - project: duckstation.sln - -after_build: - - |- - 7z a duckstation-windows-x64-release.zip .\bin\x64\* -r "-xr!*.pdb" "-xr!common-tests*" - 7z rn duckstation-windows-x64-release.zip updater-x64-ReleaseLTCG.exe updater.exe - -test: off - -artifacts: - - path: duckstation-windows-x64-release.zip