mirror of https://github.com/docker/docs.git
Add sanity check to OS X build script
This commit is contained in:
parent
580affa5f3
commit
b99bb64487
|
@ -5,3 +5,4 @@ virtualenv venv
|
||||||
venv/bin/pip install pyinstaller==2.1
|
venv/bin/pip install pyinstaller==2.1
|
||||||
venv/bin/pip install .
|
venv/bin/pip install .
|
||||||
venv/bin/pyinstaller -F bin/fig
|
venv/bin/pyinstaller -F bin/fig
|
||||||
|
dist/fig --version
|
||||||
|
|
Loading…
Reference in New Issue