comparison appveyor.yml @ 7121:a497a9868255 v7.4.872

commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 15 19:18:18 2015 +0200 patch 7.4.872 Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401)
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Sep 2015 19:30:04 +0200
parents
children 1b591fcf2517
comparison
equal deleted inserted replaced
7120:4fee246cf1b4 7121:a497a9868255
1 version: "{build}"
2
3 before_build:
4 - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
5
6 build_script:
7 - cd src
8 - sed -e "s/\$(LINKARGS2)/\$(LINKARGS2) | sed -e 's#.*\\\\r.*##'/" Make_mvc.mak > Make_mvc2.mak
9 - 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
10 - .\gvim -u NONE -c "redir @a | ver | 0put a | wq!" ver.txt
11 - type ver.txt
12
13 test_script:
14 - cd testdir
15 - nmake -f Make_dos.mak VIMPROG=..\gvim