From 261afd69ac7a46afc256575be31a93ca4e99ba11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 16 Feb 2017 16:02:26 +0100 Subject: build: enable RDP access to AppVeyor build workers Also include all *.exe files into the bulid artifact. --- .appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8c2a712..92db322 100644 --- 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 -- cgit v1.2.3