Skip to content

Commit

Permalink
Adding artifacts so we can get to dist/ generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jan 4, 2016
1 parent da555d6 commit 79f014c
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 @@ -104,3 +104,7 @@ after_test:
- "%CMD_IN_ENV% python setup.py bdist_wininst"
- "%CMD_IN_ENV% python setup.py bdist_msi"
- ps: "ls dist"

artifacts:
# Archive the generated packages in the ci.appveyor.com build report.
- path: dist\*

0 comments on commit 79f014c

Please sign in to comment.