mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
CI: Remove VS2015 AppVeyor build
This commit is contained in:
parent
5a1918d7e7
commit
537be1da33
@ -8,8 +8,6 @@ clone_depth: 50
|
|||||||
image:
|
image:
|
||||||
# Windows Server 2019
|
# Windows Server 2019
|
||||||
- Visual Studio 2019
|
- Visual Studio 2019
|
||||||
# Windows Server 2012 R2
|
|
||||||
- Visual Studio 2015
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
compiler: mingw
|
compiler: mingw
|
||||||
@ -37,12 +35,6 @@ matrix:
|
|||||||
compiler_path: mingw32
|
compiler_path: mingw32
|
||||||
mingw_prefix: mingw-w64-i686
|
mingw_prefix: mingw-w64-i686
|
||||||
hardening: --enable-all-bugs-are-fatal
|
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:
|
install:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
|
Loading…
Reference in New Issue
Block a user