Skip to content

Commit 580affa

Browse files
committed
Add sanity check to linux build script
1 parent d600b34 commit 580affa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

script/build-linux

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
2+
set -ex
23
mkdir -p `pwd`/dist
34
chmod 777 `pwd`/dist
45
docker build -t fig .
56
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
7+
docker run -v `pwd`/dist:/code/dist fig dist/fig --version

0 commit comments

Comments
 (0)