Don't install as editable in Wine, it confuses PyInstaller
This commit is contained in:
parent
35c48766d7
commit
e2fb9a1c40
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -112,7 +112,7 @@ def windowsBuildCommands(pyver, exename) {
|
||||||
tar xvf dist/dosage-*.tar.gz
|
tar xvf dist/dosage-*.tar.gz
|
||||||
cd dosage-*
|
cd dosage-*
|
||||||
xvfb-run sh -c "
|
xvfb-run sh -c "
|
||||||
wine python -m pip install -e .[css] &&
|
wine python -m pip install .[css] &&
|
||||||
cd scripts &&
|
cd scripts &&
|
||||||
wine python -m PyInstaller -y dosage.spec;
|
wine python -m PyInstaller -y dosage.spec;
|
||||||
wineserver -w" 2>&1 | tee log.txt
|
wineserver -w" 2>&1 | tee log.txt
|
||||||
|
|
Loading…
Reference in a new issue