kopia lustrzana https://github.com/corrscope/corrscope
Set pyinstaller --log-level DEBUG
rodzic
cdc225cc1d
commit
b29e5e9252
|
@ -50,7 +50,7 @@ after_test:
|
||||||
# Running pyinstaller is much faster on x64 I think,
|
# Running pyinstaller is much faster on x64 I think,
|
||||||
# but the resulting files are 64-bit only.
|
# but the resulting files are 64-bit only.
|
||||||
- 'poetry build'
|
- 'poetry build'
|
||||||
- 'poetry run pyinstaller corrscope.spec -y'
|
- 'poetry run pyinstaller corrscope.spec -y --log-level DEBUG'
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'dist\*'
|
- path: 'dist\*'
|
||||||
|
|
|
@ -4,7 +4,7 @@ import sys
|
||||||
# To write graph, pass --log-level=DEBUG
|
# To write graph, pass --log-level=DEBUG
|
||||||
|
|
||||||
# pyinstaller corrscope/__main__.py --name corrscope -y
|
# pyinstaller corrscope/__main__.py --name corrscope -y
|
||||||
args = "pyinstaller corrscope.spec -y".split() + sys.argv[1:]
|
args = "pyinstaller corrscope.spec -y --log-level DEBUG".split() + sys.argv[1:]
|
||||||
|
|
||||||
subprocess.run(args)
|
subprocess.run(args)
|
||||||
subprocess.run("dist/corrscope/corrscope".split())
|
subprocess.run("dist/corrscope/corrscope".split())
|
||||||
|
|
Ładowanie…
Reference in New Issue