diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-09-20 20:52:33 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-09-20 20:52:33 +0100 |
commit | f64b75b1d90182d04c9f9bc2ff20c9fa59227c93 (patch) | |
tree | 09532fc41f964e158ca443852f25e0987835316c /.appveyor.yml | |
parent | 31724238c8798113e0e11f61c52e0dc98bb21970 (diff) | |
download | vim-git-f64b75b1d90182d04c9f9bc2ff20c9fa59227c93.tar.gz |
patch 9.0.0522: build fails on Appveyorv9.0.0522
Problem: Build fails on Appveyor.
Solution: Select Visual Studio 2015 for the build tools.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 866725f0b..0688124cc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,6 +17,8 @@ matrix: before_build: # Use Windows SDK 7.1 (= MSVC 2010) - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release' + # Visual Studio 2015 compiler tools + - '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64' - 'set INCLUDE=%INCLUDE%C:\Program Files (x86)\Windows Kits\8.1\Include\um' build_script: |