blob: 4700efc04f5a549978be8da7ea4aa74925cc0221 [file] [log] [blame]
Bram Moolenaar0600f352015-09-15 19:18:18 +02001version: "{build}"
2
Bram Moolenaar74877922015-11-21 17:15:33 +01003skip_tags: true
4
Bram Moolenaar0600f352015-09-15 19:18:18 +02005before_build:
6 - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
7
8build_script:
9 - cd src
10 - sed -e "s/\$(LINKARGS2)/\$(LINKARGS2) | sed -e 's#.*\\\\r.*##'/" Make_mvc.mak > Make_mvc2.mak
11 - 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
12 - .\gvim -u NONE -c "redir @a | ver | 0put a | wq!" ver.txt
13 - type ver.txt
14
15test_script:
16 - cd testdir
17 - nmake -f Make_dos.mak VIMPROG=..\gvim