From 1e1e2968e9c91e451ce1db12346148d73e420805 Mon Sep 17 00:00:00 2001 From: vit9696 Date: Sat, 7 Nov 2020 20:15:41 +0300 Subject: [PATCH] Drop AppVeyor --- .appveyor.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 68b313b..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,28 +0,0 @@ -image: Visual Studio 2015 - -environment: - matrix: - - MSYS2_ARCH: i686 - MSYSTEM: MINGW32 - -clone_depth: 10 - -build_script: - - cd %APPVEYOR_BUILD_FOLDER% - - set PATH=C:\msys64\mingw32\bin;C:\msys64\usr\bin;%PATH% - - bash ./unixbuild.sh - -deploy: - provider: GitHub - force_update: true - auth_token: - secure: zSJnpSnrKY1NO5RPVBaD/uq7UPyc+GW7ecjPFqEMsLjtnd6H+iNfROdoeuxJgt5T - artifact: Binaries - prerelease: true - on: - appveyor_repo_tag: true - -artifacts: - - path: dist\**\*.zip - name: Binaries -