Add script to build an OS X binary
This commit is contained in:
parent
75c430635b
commit
9550387e39
4 changed files with 16 additions and 0 deletions
6
script/build-osx
Executable file
6
script/build-osx
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
virtualenv venv
|
||||
venv/bin/pip install pyinstaller==2.1
|
||||
venv/bin/pip install .
|
||||
venv/bin/pyinstaller -F bin/fig
|
||||
Loading…
Add table
Add a link
Reference in a new issue