Mercurial > vim
view appveyor.yml @ 8066:1aa8ed4ee48b v7.4.1327
commit https://github.com/vim/vim/commit/b6a7737938e7e7b34f862f58aa5498e6f652e33d
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 15 22:55:28 2016 +0100
patch 7.4.1327
Problem: Channel test doesn't work if Python executable is python.exe.
Solution: Find py.exe or python.exe. (Ken Takata)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 15 Feb 2016 23:00:05 +0100 |
parents | e396c6134266 |
children | 1313d2e282dc |
line wrap: on
line source
version: "{build}" skip_tags: true before_build: - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release' # Work around for Python 2.7.11's bug - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32 - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64 build_script: - cd src - sed -e "s/\$(LINKARGS2)/\$(LINKARGS2) | sed -e 's#.*\\\\r.*##'/" Make_mvc.mak > Make_mvc2.mak - nmake -f Make_mvc2.mak CPU=AMD64 GUI=yes IME=yes MBYTE=yes ICONV=yes DEBUG=no PYTHON_VER=27 DYNAMIC_PYTHON=yes PYTHON=C:\Python27-x64 PYTHON3_VER=34 DYNAMIC_PYTHON3=yes PYTHON3=C:\Python34-x64 - .\gvim -u NONE -c "redir @a | ver | 0put a | wq!" ver.txt - type ver.txt test_script: - cd testdir - nmake -f Make_dos.mak VIMPROG=..\gvim