]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
CI: Remove VS2015 AppVeyor build
authorGeorge Kadianakis <desnacked@riseup.net>
Wed, 12 Aug 2020 11:09:32 +0000 (14:09 +0300)
committerGeorge Kadianakis <desnacked@riseup.net>
Wed, 12 Aug 2020 11:09:32 +0000 (14:09 +0300)
.appveyor.yml

index 22268bee97cf15bb4daa8484d09fbff76f6c601d..134a0c49fff12832beffc722198ccd3ced4f1804 100644 (file)
@@ -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: --enable-all-bugs-are-fatal
-    - 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: >-