forked from aniani/vim
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
7b0afc1d76
commit
0a657124a5
@@ -29,4 +29,10 @@ test_script:
|
|||||||
# Testing with MSVC console version
|
# Testing with MSVC console version
|
||||||
- nmake -f Make_mvc.mak VIMPROG=..\vim
|
- 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
|
# vim: sw=2 sts=2 et ts=8 sr
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1113,
|
||||||
/**/
|
/**/
|
||||||
1112,
|
1112,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user