blob: 7f6a40a6ea7d81122500ad25489e0c70d06071d7 [file] [log] [blame]
Bram Moolenaar0600f352015-09-15 19:18:18 +02001version: "{build}"
2
Bram Moolenaar84f49962016-02-24 22:27:05 +01003skip_tags: true
4
Bram Moolenaar81275ca2016-02-24 21:02:20 +01005environment:
6 matrix:
7 - FEATURE: HUGE
8 - FEATURE: NORMAL
9# disabled
10# - FEATURE: TINY
11# - FEATURE: SMALL
12# - FEATURE: BIG
13
14matrix:
15 fast_finish: true
Bram Moolenaar74877922015-11-21 17:15:33 +010016
Bram Moolenaar0600f352015-09-15 19:18:18 +020017before_build:
18 - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
Bram Moolenaare5c5f0c2015-12-29 13:59:29 +010019 # Work around for Python 2.7.11's bug
20 - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32
21 - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64
Bram Moolenaar0600f352015-09-15 19:18:18 +020022
23build_script:
Bram Moolenaar81275ca2016-02-24 21:02:20 +010024 - src/appveyor.bat
Bram Moolenaar0600f352015-09-15 19:18:18 +020025
26test_script:
Bram Moolenaar81275ca2016-02-24 21:02:20 +010027 - cd src/testdir
28 # Testing with MSVC gvim
Bram Moolenaar0600f352015-09-15 19:18:18 +020029 - nmake -f Make_dos.mak VIMPROG=..\gvim
Bram Moolenaar81275ca2016-02-24 21:02:20 +010030 - nmake -f Make_dos.mak clean
31 # Testing with MingW console version
32 - nmake -f Make_dos.mak VIMPROG=..\vim
33
34# vim: sw=2 sts=2 et ts=2 sr