diff options
author | Jack Lloyd <[email protected]> | 2019-01-03 09:23:58 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-01-03 09:23:58 -0500 |
commit | 3b7ac3da76c8a883a48938bf9505b7b27a851a8c (patch) | |
tree | 746e9f6e5052344a6e659bd43863216982f2ab03 /src | |
parent | 9eac958a79d1b9343837a71527a0a6af9e15008c (diff) |
Remove VC2013 support from AppVeyor script
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/ci/setup_appveyor.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts/ci/setup_appveyor.bat b/src/scripts/ci/setup_appveyor.bat index dccef0ab2..a7259dd8c 100644 --- a/src/scripts/ci/setup_appveyor.bat +++ b/src/scripts/ci/setup_appveyor.bat @@ -1,7 +1,6 @@ echo Current build setup MSVS="%MSVS%" PLATFORM="%PLATFORM%" TARGET="%TARGET%" -if %MSVS% == 2013 call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %PLATFORM% if %MSVS% == 2015 call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM% if %MSVS% == 2017 call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM% if %MSVS% == 2019 call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM% |