Skip to content

Commit

Permalink
Attempting to deploy to conda and stop win binary debug trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 21, 2019
1 parent 98027a2 commit 05d63fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/deploy_conda.sh
Expand Up @@ -34,8 +34,8 @@ echo "Coverting to OS X 64"
conda convert -q -p osx-64 -o $CONDA_BLD_PATH $CONDA_BLD_PATH/$OS/*.tar.bz2
ls $CONDA_BLD_PATH

echo "ENDING BUILD CONDA SCRIPT EARLY BECAUSE TESTING"
exit 0
#echo "ENDING BUILD CONDA SCRIPT EARLY BECAUSE TESTING"
#exit 0

echo "Which anaconda"
which anaconda
Expand Down
2 changes: 1 addition & 1 deletion runsharp/SHARPpy-win7-64.spec
Expand Up @@ -64,7 +64,7 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
name='SHARPpy.exe',
debug=True,
debug=False,
strip=None,
upx=True,
console=False, icon='icons\\SHARPpy.ico')
Expand Down

0 comments on commit 05d63fa

Please sign in to comment.