summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorChristopher Plewright <chris@createng.com>2023-01-13 15:28:14 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-13 15:28:14 +0000
commit60908c492237edcfe6cde995171240c9bace05b6 (patch)
tree78f1ff74c57468dc3839b7652f503f7ff8392f30 /ci
parent232bdaaca98c34a99ffadf27bf6ee08be6cc8f6a (diff)
downloadvim-git-60908c492237edcfe6cde995171240c9bace05b6.tar.gz
patch 9.0.1190: AppVeyor runs much slower with MSVC 2022v9.0.1190
Problem: AppVeyor runs much slower with MSVC 2022. Solution: Go back to MSVC 2015. (Christopher Plewright, closes #11810)
Diffstat (limited to 'ci')
-rw-r--r--ci/appveyor.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/appveyor.bat b/ci/appveyor.bat
index b780ff1f0..b97c36595 100644
--- a/ci/appveyor.bat
+++ b/ci/appveyor.bat
@@ -22,7 +22,7 @@ if "%FEATURE%" == "HUGE" (
nmake -f Make_mvc.mak CPU=AMD64 ^
OLE=no GUI=yes IME=yes ICONV=yes DEBUG=no POSTSCRIPT=yes ^
PYTHON_VER=27 DYNAMIC_PYTHON=yes PYTHON=C:\Python27-x64 ^
- PYTHON3_VER=311 DYNAMIC_PYTHON3=yes PYTHON3=C:\Python311-x64 ^
+ PYTHON3_VER=38 DYNAMIC_PYTHON3=yes PYTHON3=C:\Python38-x64 ^
FEATURES=%FEATURE%
) ELSE (
nmake -f Make_mvc.mak CPU=AMD64 ^