blob: 0688124cc237583ab9a8b1c719e9be7bb0d209c1 [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
Bram Moolenaar81275ca2016-02-24 21:02:20 +01008# disabled
9# - FEATURE: TINY
10# - FEATURE: SMALL
Bram Moolenaarf9a343f2020-07-29 16:32:21 +020011# - FEATURE: NORMAL
Bram Moolenaar81275ca2016-02-24 21:02:20 +010012# - 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:
Bram Moolenaarf9a343f2020-07-29 16:32:21 +020018 # Use Windows SDK 7.1 (= MSVC 2010)
Bram Moolenaar0600f352015-09-15 19:18:18 +020019 - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
Bram Moolenaarf64b75b2022-09-20 20:52:33 +010020 # Visual Studio 2015 compiler tools
21 - '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64'
Bram Moolenaard7ccc4d2017-11-26 14:29:32 +010022 - 'set INCLUDE=%INCLUDE%C:\Program Files (x86)\Windows Kits\8.1\Include\um'
Bram Moolenaar0600f352015-09-15 19:18:18 +020023
24build_script:
Bram Moolenaar01a6c212019-02-03 13:13:18 +010025 - ci/appveyor.bat
Bram Moolenaar0600f352015-09-15 19:18:18 +020026
27test_script:
Bram Moolenaar81275ca2016-02-24 21:02:20 +010028 - cd src/testdir
29 # Testing with MSVC gvim
Bram Moolenaardd905a22016-09-02 22:26:04 +020030 - path C:\Python35-x64;%PATH%
K.Takata5bc13452022-09-09 10:52:47 +010031 - nmake -f Make_mvc.mak VIMPROG=..\gvim
32 - nmake -f Make_mvc.mak clean
Bram Moolenaarf9a343f2020-07-29 16:32:21 +020033 # Testing with MSVC console version
K.Takata5bc13452022-09-09 10:52:47 +010034 - nmake -f Make_mvc.mak VIMPROG=..\vim
Bram Moolenaar81275ca2016-02-24 21:02:20 +010035
Bram Moolenaardd905a22016-09-02 22:26:04 +020036# vim: sw=2 sts=2 et ts=8 sr