comparison .appveyor.yml @ 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 101f08b49ed3
children 238f424acc6c
comparison
equal deleted inserted replaced
31560:422447367a85 31561:e24772b8fbc9
27 - nmake -f Make_mvc.mak VIMPROG=..\gvim 27 - nmake -f Make_mvc.mak VIMPROG=..\gvim
28 - nmake -f Make_mvc.mak clean 28 - nmake -f Make_mvc.mak clean
29 # Testing with MSVC console version 29 # Testing with MSVC console version
30 - nmake -f Make_mvc.mak VIMPROG=..\vim 30 - nmake -f Make_mvc.mak VIMPROG=..\vim
31 31
32 artifacts:
33 - path: src/vim.exe
34 name: vim
35 - path: src/gvim.exe
36 name: gvim
37
32 # vim: sw=2 sts=2 et ts=8 sr 38 # vim: sw=2 sts=2 et ts=8 sr