blob: 28bd3829b265c12f59fc746cbebd62132b029b93 [file] [log] [blame]
Bram Moolenaar0600f352015-09-15 19:18:18 +02001version: "{build}"
2
Bram Moolenaar81275ca2016-02-24 21:02:20 +01003environment:
4 matrix:
5 - FEATURE: HUGE
6 - FEATURE: NORMAL
7# disabled
8# - FEATURE: TINY
9# - FEATURE: SMALL
10# - FEATURE: BIG
11
12matrix:
13 fast_finish: true
Bram Moolenaar74877922015-11-21 17:15:33 +010014
Bram Moolenaar0600f352015-09-15 19:18:18 +020015before_build:
16 - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
Bram Moolenaare5c5f0c2015-12-29 13:59:29 +010017 # Work around for Python 2.7.11's bug
18 - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32
19 - 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 +020020
21build_script:
Bram Moolenaar81275ca2016-02-24 21:02:20 +010022 - src/appveyor.bat
Bram Moolenaar0600f352015-09-15 19:18:18 +020023
24test_script:
Bram Moolenaar81275ca2016-02-24 21:02:20 +010025 - cd src/testdir
26 # Testing with MSVC gvim
Bram Moolenaar0600f352015-09-15 19:18:18 +020027 - nmake -f Make_dos.mak VIMPROG=..\gvim
Bram Moolenaar81275ca2016-02-24 21:02:20 +010028 - nmake -f Make_dos.mak clean
29 # Testing with MingW console version
30 - nmake -f Make_dos.mak VIMPROG=..\vim
31
32# vim: sw=2 sts=2 et ts=2 sr