view appveyor.yml @ 7342:b871e4bdb319 v7.4.976

commit https://github.com/vim/vim/commit/8def26a0f5f5535e9af64e715cb80845fc8ec322 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 17 15:34:53 2015 +0100 patch 7.4.976 Problem: When compiling Vim for MSYS2 (linked with msys-2.0.dll), the Win32 clipboard is not enabled. Solution: Recognize MSYS like CYGWIN. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Dec 2015 15:45:04 +0100
parents 1b591fcf2517
children e396c6134266
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'

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