2015-09-15 19:18:18 +02:00
|
|
|
version: "{build}"
|
|
|
|
|
2023-01-13 15:28:14 +00:00
|
|
|
image: Visual Studio 2015
|
2023-01-04 18:06:00 +00:00
|
|
|
|
2016-02-24 22:27:05 +01:00
|
|
|
skip_tags: true
|
|
|
|
|
2016-02-24 21:02:20 +01:00
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- FEATURE: HUGE
|
2023-01-13 15:28:14 +00:00
|
|
|
|
|
|
|
# Alternate environments, not used right now. 2022 is a lot slower.
|
|
|
|
#
|
|
|
|
# - job_name: VS-2015
|
|
|
|
# appveyor_build_worker_image: Visual Studio 2015
|
|
|
|
# FEATURE: HUGE
|
|
|
|
|
|
|
|
# - job_name: VS-2017
|
|
|
|
# appveyor_build_worker_image: Visual Studio 2017
|
|
|
|
# FEATURE: HUGE
|
|
|
|
|
|
|
|
# - job_name: VS-2019
|
|
|
|
# appveyor_build_worker_image: Visual Studio 2019
|
|
|
|
# FEATURE: HUGE
|
|
|
|
|
|
|
|
# - job_name: VS-2022
|
|
|
|
# appveyor_build_worker_image: Visual Studio 2022
|
|
|
|
# FEATURE: HUGE
|
|
|
|
|
2016-02-24 21:02:20 +01:00
|
|
|
# disabled
|
|
|
|
# - FEATURE: TINY
|
2020-07-29 16:32:21 +02:00
|
|
|
# - FEATURE: NORMAL
|
2016-02-24 21:02:20 +01:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
2015-11-21 17:15:33 +01:00
|
|
|
|
2015-09-15 19:18:18 +02:00
|
|
|
before_build:
|
2023-01-11 12:49:22 +00:00
|
|
|
- call ver
|
2023-01-16 13:01:28 +00:00
|
|
|
- ci\appveyor.bat install
|
2015-09-15 19:18:18 +02:00
|
|
|
|
|
|
|
build_script:
|
2023-01-16 13:01:28 +00:00
|
|
|
- ci\appveyor.bat build
|
2015-09-15 19:18:18 +02:00
|
|
|
|
|
|
|
test_script:
|
2023-01-16 13:01:28 +00:00
|
|
|
- ci\appveyor.bat test
|
2016-02-24 21:02:20 +01:00
|
|
|
|
2022-12-30 17:28:12 +00:00
|
|
|
artifacts:
|
|
|
|
- path: src/vim.exe
|
|
|
|
name: vim
|
|
|
|
- path: src/gvim.exe
|
|
|
|
name: gvim
|
|
|
|
|
2016-09-02 22:26:04 +02:00
|
|
|
# vim: sw=2 sts=2 et ts=8 sr
|