Skip to content

Commit

Permalink
Trying to build binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 13, 2019
1 parent 0fa8cd1 commit 949da80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ steps:
pip install -e .
sudo pytest -v --junitxml=junit/test-results.xml
sudo mv examples/data/14061619.png examples/data/14061619_mac.png
pyinstaller runsharp/SHARPpy-osx.spec --noconsole --onefile --log-level DEBUG
cd runsharp
pyinstaller SHARPpy-osx.spec --noconsole --onefile --log-level DEBUG
cd ..
#sudo chmod 777 dist/SHARPpy.app
#cd runsharp
#ls -lh dist
Expand Down Expand Up @@ -137,7 +139,7 @@ steps:
# Zipping MacOS .app
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: dist/SHARPpy.app
rootFolderOrFile: runsharp/dist/SHARPpy.app
archiveType: zip
archiveFile: '$(Build.ArtifactStagingDirectory)/SHARPpy-osx-64.zip'
displayName: "Zipping macOS .app"
Expand Down
1 change: 0 additions & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ echo "ADDING FILES"
echo "**************************************************************************************"
echo "Step 6: Pushing documentation to Github Pages."
echo "**************************************************************************************"
echo -e “Host *\n\tStrictHostKeyChecking no\n>> ~/.ssh/config
git commit -m "Deploy to GitHub Pages: ${SHA}"
git push $SSH_REPO gh-pages --force

Expand Down

0 comments on commit 949da80

Please sign in to comment.