Check the return of buildscripts/winbuild.sh in winebuild task
This commit is contained in:
parent
2d5e140959
commit
f2f776eb05
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xvfb-run -a buildscripts/winbuild.sh
|
xvfb-run -a buildscripts/winbuild.sh || exit 1
|
||||||
|
|
||||||
mkdir -p ../out
|
mkdir -p ../out
|
||||||
mv packages/pyinstaller/dist/*.exe ../out
|
mv packages/pyinstaller/dist/*.exe ../out
|
||||||
|
|
Reference in New Issue
Block a user