summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2022-12-30 17:28:12 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-30 17:28:12 +0000
commit0a657124a57baa10c65554f04c7806e939927830 (patch)
treee2261987cf60cb94a84c00830e6dbef14aeed97f /.appveyor.yml
parent7b0afc1d7698a79423c7b066a5d8d20dbb8a295a (diff)
patch 9.0.1113: users cannot easily try out a PRv9.0.1113
Problem: Users cannot easily try out a PR. Solution: Add an "artifacts" section to the AppVeyor CI config. (Christian Brabandt, closes #11762)
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 18259abea7..1a177c8e44 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -29,4 +29,10 @@ test_script:
# Testing with MSVC console version
- nmake -f Make_mvc.mak VIMPROG=..\vim
+artifacts:
+ - path: src/vim.exe
+ name: vim
+ - path: src/gvim.exe
+ name: gvim
+
# vim: sw=2 sts=2 et ts=8 sr