]> git.ipfire.org Git - thirdparty/vim.git/blame - .appveyor.yml
patch 9.1.0356: MS-Windows: --remote may change working directory
[thirdparty/vim.git] / .appveyor.yml
CommitLineData
0600f351
BM
1version: "{build}"
2
60908c49 3image: Visual Studio 2015
c8b20495 4
84f4996d
BM
5skip_tags: true
6
81275ca9
BM
7environment:
8 matrix:
9 - FEATURE: HUGE
60908c49
CP
10
11 # Alternate environments, not used right now. 2022 is a lot slower.
12 #
13 # - job_name: VS-2015
14 # appveyor_build_worker_image: Visual Studio 2015
15 # FEATURE: HUGE
16
17 # - job_name: VS-2017
18 # appveyor_build_worker_image: Visual Studio 2017
19 # FEATURE: HUGE
20
21 # - job_name: VS-2019
22 # appveyor_build_worker_image: Visual Studio 2019
23 # FEATURE: HUGE
24
25 # - job_name: VS-2022
26 # appveyor_build_worker_image: Visual Studio 2022
27 # FEATURE: HUGE
28
81275ca9
BM
29# disabled
30# - FEATURE: TINY
f9a343f8 31# - FEATURE: NORMAL
81275ca9
BM
32
33matrix:
34 fast_finish: true
7487792a 35
0600f351 36before_build:
ad15a39f 37 - call ver
5a57a5e2 38 - ci\appveyor.bat install
0600f351
BM
39
40build_script:
5a57a5e2 41 - ci\appveyor.bat build
0600f351
BM
42
43test_script:
5a57a5e2 44 - ci\appveyor.bat test
81275ca9 45
0a657124
CB
46artifacts:
47 - path: src/vim.exe
48 name: vim
49 - path: src/gvim.exe
50 name: gvim
51
dd905a2a 52# vim: sw=2 sts=2 et ts=8 sr