Add sanity check to linux build script

This commit is contained in:
Ben Firshman 2014-05-08 13:02:50 +01:00
parent d600b3498b
commit 580affa5f3
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -ex
mkdir -p `pwd`/dist
chmod 777 `pwd`/dist
docker build -t fig .
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
docker run -v `pwd`/dist:/code/dist fig dist/fig --version