summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-12 08:40:27 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-12 08:40:27 -0400
commitdb10d001997a820aa89bdb81def86b42d230faf1 (patch)
tree392b3037159c41d289df8bfaed79c760641a1a20
parent347f87ae9dae72c193b9c22906efea960fe60986 (diff)
parent670f5632a54e5ae119e9d92eaebc583aab3fe0d1 (diff)
downloadtor-db10d001997a820aa89bdb81def86b42d230faf1.tar.gz
tor-db10d001997a820aa89bdb81def86b42d230faf1.zip
Merge branch 'maint-0.4.4'
-rw-r--r--.appveyor.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 22268bee97..134a0c49ff 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: --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: >-