aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-16 16:02:26 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-16 16:02:26 +0100
commit261afd69ac7a46afc256575be31a93ca4e99ba11 (patch)
treeca27692be8c6bd93d69ba57b1e0b38e04bb36a8d
parent16d2d97cd2f398d8da0eff441856d761f67e153c (diff)
downloadvis-261afd69ac7a46afc256575be31a93ca4e99ba11.tar.gz
vis-261afd69ac7a46afc256575be31a93ca4e99ba11.tar.xz
build: enable RDP access to AppVeyor build workers
Also include all *.exe files into the bulid artifact.
-rw-r--r--.appveyor.yml4
1 files changed, 3 insertions, 1 deletions
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