From 6e84db45f2cc0603403df5bdd2d8053f0bbd0d76 Mon Sep 17 00:00:00 2001 From: Danila Malyutin Date: Sun, 9 Aug 2015 22:05:16 +0300 Subject: [PATCH] Enable artifacts now appveyor builds can be downloaded for testing --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ac5c4a8e6f..80e30342a8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,7 @@ configuration: Release platform: x64 clone_folder: c:\projects\rpcs3 clone_depth: 1 +test: off branches: except: @@ -24,5 +25,8 @@ install: - set WXWIN=C:\projects\rpcs3\wxWidgets; - set OPENALDIR=C:\projects\rpcs3\OpenAL; - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;C:\wxWidgets;%PATH% + - set COMMIT_SHA=%APPVEYOR_REPO_COMMIT:~0,8% -test: off \ No newline at end of file +artifacts: + - path: bin + name: rpcs3-$(COMMIT_SHA) \ No newline at end of file