summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
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