add artifacts

This commit is contained in:
NikVolf 2016-06-24 17:48:42 +03:00
parent 313d9048bf
commit a6f7957042

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