Skip to content

Commit

Permalink
try to build win binary on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 18, 2019
1 parent 914fe45 commit 2cba2e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
displayName: 'Install Conda and packages'
inputs:
environmentName: 'test-env'
packageSpecs: 'python=3 numpy=1.15.* pyside pytest pip python-dateutil requests setuptools'
packageSpecs: 'python=3 numpy=1.15.* pyside pytest pip python-dateutil requests setuptools pyinstaller'
installOptions: '-q -c conda-forge'

# Output the conda environment packages and which python and pip is being used (for diagnostic purposes)
Expand Down Expand Up @@ -82,8 +82,9 @@ steps:
- script: |
python ci/screen.py
python setup.py -q install --user
pytest -v
move examples\\data\\14061619.png examples\\data\\14061619_win.png
#pytest -v
#move examples\\data\\14061619.png examples\\data\\14061619_win.png
pyinstaller runsharp/SHARPpy-win7-64.spec
displayName: "Installing code and running tests (Windows)"
condition: eq( variables['Agent.OS'], 'Windows_NT')

Expand Down

0 comments on commit 2cba2e8

Please sign in to comment.