Add script to build Linux binary
This commit is contained in:
parent
ba66c849b5
commit
431ce67f85
2 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
mock==1.0.1
|
||||
nose==1.3.0
|
||||
pyinstaller==2.1
|
||||
|
|
|
|||
3
script/build-linux
Executable file
3
script/build-linux
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
docker build -t fig .
|
||||
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
|
||||
Loading…
Add table
Add a link
Reference in a new issue