vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 4f54912c54e187bb80ffaeb419532e33c13be8eb
parent 168a1472b9f0a9b7e57265a64a477a0fac3c7f9c
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 16 Feb 2017 16:02:26 +0100

build: enable RDP access to AppVeyor build workers

Also include all *.exe files into the bulid artifact.

Diffstat:
M.appveyor.yml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml @@ -13,6 +13,8 @@ environment: clone_depth: 1 init: + # enable RDP access + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) # do not convert new lines to CRLF - git config --global core.autocrlf input # print processor and OS architecture @@ -37,7 +39,7 @@ test_script: - '%CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make test"' after_test: - - 7z a -y vis-%CYG_ARCH%.zip vis.exe lua + - 7z a -y vis-%CYG_ARCH%.zip *.exe lua artifacts: - path: vis-%CYG_ARCH%.zip