view appveyor.yml @ 7125:52a7ba315f03 v7.4.874

commit https://github.com/vim/vim/commit/8919554fe17255cddbbce6b833fab9aba19c8b88 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 15:00:31 2015 +0200 patch 7.4.874 Problem: MS-Windows: When Vim runs inside another application, the size isn't right. Solution: When in child mode compute the size differently. (Agorgianitis Loukas)
author Christian Brabandt <cb@256bit.org>
date Fri, 25 Sep 2015 15:15:04 +0200
parents a497a9868255
children 1b591fcf2517
line wrap: on
line source

version: "{build}"

before_build:
  - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'

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