Patch 9.0.1113
Problem: Users cannot easily try out a PR.
Solution: Add an "artifacts" section to the AppVeyor CI config. (Christian
Brabandt, closes #11762)
Files: .appveyor.yml
*** ../vim-9.0.1112/.appveyor.yml 2022-10-04 16:23:39.002042197 +0100
--- .appveyor.yml 2022-12-30 17:25:05.009067431 +0000
***************
*** 29,32 ****
--- 29,38 ----
# 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
*** ../vim-9.0.1112/src/version.c 2022-12-30 16:54:53.456987927 +0000
--- src/version.c 2022-12-30 17:26:59.945027194 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1113,
/**/
--
You can be stopped by the police for biking over 65 miles per hour.
You are not allowed to walk across a street on your hands.
[real standing laws in Connecticut, United States of America]
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221230172919.BC8931C0AA3%40moolenaar.net.