Skip to content

Commit

Permalink
CI: avoid outdated VS 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Oct 16, 2024
1 parent 61254d9 commit 7d7575a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ environment:
# not compatible with OpenSSL 1.1.1:
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
# VCVARSALL: "%VS120COMNTOOLS%/../../VC/vcvarsall.bat"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
VCVARSALL: "%VS140COMNTOOLS%/../../VC/vcvarsall.bat"
DO_PUSH_ARTIFACT: yes
#- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#VCVARSALL: "%VS140COMNTOOLS%/../../VC/vcvarsall.bat"
#DO_PUSH_ARTIFACT: yes
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
VCVARSALL: "%ProgramFiles(x86)%/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build/vcvarsall.bat"
DO_PUSH_ARTIFACT: yes
# not compatible with WiX 3.11.2:
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# VCVARSALL: "%ProgramFiles(x86)%/Microsoft Visual Studio/2019/Community/VC/Auxiliary/Build/vcvarsall.bat"
Expand Down

0 comments on commit 7d7575a

Please sign in to comment.