diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-21 18:44:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-21 18:44:44 -0400 |
commit | 7a35c8d8bec8243820149b4560429c3b91c35f74 (patch) | |
tree | e568676d9e503c503de741fc9c8b9384dbcacc26 /.appveyor.yml | |
parent | 04e9e74f1dd4fad7fe9e072253dd51b9c03bebf2 (diff) | |
parent | 53aa159632ea5138614e974a2709c378dfe53cde (diff) | |
download | tor-7a35c8d8bec8243820149b4560429c3b91c35f74.tar.gz tor-7a35c8d8bec8243820149b4560429c3b91c35f74.zip |
Merge branch 'maint-0.4.1' into maint-0.4.2
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 57eaee85c3..296678990f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,8 +6,8 @@ clone_depth: 50 # But we compile using MinGW, not Visual Studio. # We use these images because they have different Windows versions. image: - # Windows Server 2016 - - Visual Studio 2017 + # Windows Server 2019 + - Visual Studio 2019 # Windows Server 2012 R2 - Visual Studio 2015 @@ -28,11 +28,11 @@ environment: matrix: # Don't keep building failing jobs fast_finish: true - # Skip the 32-bit Windows Server 2016 job, and the 64-bit Windows Server + # Skip the 32-bit Windows Server 2019 job, and the 64-bit Windows Server # 2012 R2 job, to speed up the build. # The environment variables must be listed without the 'environment' tag. exclude: - - image: Visual Studio 2017 + - image: Visual Studio 2019 target: i686-w64-mingw32 compiler_path: mingw32 mingw_prefix: mingw-w64-i686 |