changeset 31561:e24772b8fbc9 v9.0.1113

patch 9.0.1113: users cannot easily try out a PR Commit: https://github.com/vim/vim/commit/0a657124a57baa10c65554f04c7806e939927830 Author: Christian Brabandt <cb@256bit.org> Date: Fri Dec 30 17:28:12 2022 +0000 patch 9.0.1113: users cannot easily try out a PR Problem: Users cannot easily try out a PR. Solution: Add an "artifacts" section to the AppVeyor CI config. (Christian Brabandt, closes #11762)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 18:30:03 +0100
parents 422447367a85
children 9ee906bea246
files .appveyor.yml src/version.c
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1113,
+/**/
     1112,
 /**/
     1111,