Add script to build Linux binary

This commit is contained in:
Ben Firshman 2014-03-03 15:09:26 +00:00
parent ba66c849b5
commit 431ce67f85
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,3 @@
mock==1.0.1
nose==1.3.0
pyinstaller==2.1

3
script/build-linux Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker build -t fig .
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig