mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Enable artifacts
now appveyor builds can be downloaded for testing
This commit is contained in:
parent
1af7e32c93
commit
6e84db45f2
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
artifacts:
|
||||
- path: bin
|
||||
name: rpcs3-$(COMMIT_SHA)
|
Loading…
Add table
Reference in a new issue