Skip to content

Commit

Permalink
moved pyinstaller to after_test in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 18, 2019
1 parent 8588c8e commit 50c4ff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ test_script:
# - sharppy examples/data/14061619.OAX
- pytest -v

before_deploy:
# Make binaries using PyInstaller
after_test:
- "conda list"
- "pyinstaller runsharp/SHARPpy-win7-%ARCH%.spec"
- "move dist\\SHARPpy.exe dist\\SHARPpy%ARCH%.exe"
Expand All @@ -65,7 +64,6 @@ deploy:
draft: true
prerelease: true
on:
branch: andover-off
appveyor_repo_tag: true

# Don't deploy because andover-off

0 comments on commit 50c4ff1

Please sign in to comment.