Skip to content

Commit

Permalink
Troubleshooting binary build on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 18, 2019
1 parent f073004 commit 8588c8e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
- "conda install -q -c conda-forge pyside pyinstaller pytest requests python-dateutil numpy=%NUMPY_VERSION%"

# Add to path the current folder
#- "SET PYTHONPATH=%PYTHONPATH%;%CD%"
- "SET PYTHONPATH=%PYTHONPATH%;%CD%"

# Install SHARPpy
- "pip install -e ."
Expand All @@ -42,13 +42,14 @@ test_script:

before_deploy:
# Make binaries using PyInstaller
- "conda list"
- "pyinstaller runsharp/SHARPpy-win7-%ARCH%.spec"
- "move dist\\SHARPpy.exe dist\\SHARPpy%ARCH%.exe"

artifacts:
- path: "dist\\SHARPpy64.exe"
name: "SHARPpy64"
name: binary

- path: "*.png"
name: test images

Expand All @@ -64,5 +65,7 @@ deploy:
draft: true
prerelease: true
on:
branch: andover-off
appveyor_repo_tag: true


# Don't deploy because andover-off

0 comments on commit 8588c8e

Please sign in to comment.