Merge pull request #1420 from ethcore/pdb-exe-artifact

(BETA) add artifacts
This commit is contained in:
Arkadiy Paronyan 2016-06-24 16:53:13 +02:00 committed by GitHub
commit 879bee994d

View File

@ -23,6 +23,10 @@ after_test:
artifacts:
- path: nsis\installer.exe
name: Windows Installer (x86_64)
- path: target\release\parity.exe
name: Windows Executable (x86_64)
- path: target\release\parity.pdb
name: Windows Executable Debug Symbols (x86_64)
cache:
- target