]> granicus.if.org Git - vim/commitdiff
patch 9.0.1113: users cannot easily try out a PR v9.0.1113
authorChristian Brabandt <cb@256bit.org>
Fri, 30 Dec 2022 17:28:12 +0000 (17:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 30 Dec 2022 17:28:12 +0000 (17:28 +0000)
Problem:    Users cannot easily try out a PR.
Solution:   Add an "artifacts" section to the AppVeyor CI config. (Christian
            Brabandt, closes #11762)

.appveyor.yml
src/version.c

index 18259abea78ad76e3beed7162e7a10e323a2fc4d..1a177c8e448c5fb45896d6c073e8a5a757d6628b 100644 (file)
@@ -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
index 4286a67c389e4b727bb794cd181777a51541e37f..d4abf68e10ca9d5b7b8cc76e50a89a22715018c6 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1113,
 /**/
     1112,
 /**/