From 8182f1351a9f48cfb370da4f6fb61bb69732c211 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Wed, 12 Aug 2020 14:05:21 +0300 Subject: CI: Remove VS2015 AppVeyor build. --- .appveyor.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 03cf2f69f6..13d0d116ae 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,8 +8,6 @@ clone_depth: 50 image: # Windows Server 2019 - Visual Studio 2019 - # Windows Server 2012 R2 - - Visual Studio 2015 environment: compiler: mingw @@ -37,12 +35,6 @@ matrix: compiler_path: mingw32 mingw_prefix: mingw-w64-i686 hardening: - - image: Visual Studio 2015 - target: x86_64-w64-mingw32 - compiler_path: mingw64 - mingw_prefix: mingw-w64-x86_64 - # hardening doesn't work with mingw-w64-x86_64-gcc, because it's gcc 8 - hardening: --disable-gcc-hardening install: - ps: >- -- cgit v1.2.3-54-g00ecf