Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1420 from ethcore/pdb-exe-artifact
Browse files Browse the repository at this point in the history
(BETA) add artifacts
  • Loading branch information
arkpar authored Jun 24, 2016
2 parents 2785d61 + a6f7957 commit 879bee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 879bee9

Please sign in to comment.