Explorar o código

Add script to build Linux binary

Ben Firshman %!s(int64=12) %!d(string=hai) anos
pai
achega
431ce67f85
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 1 0
      requirements-dev.txt
  2. 3 0
      script/build-linux

+ 1 - 0
requirements-dev.txt

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

+ 3 - 0
script/build-linux

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