This commit is contained in:
parent
211629202c
commit
ffc3f0e2b7
@ -37,9 +37,9 @@ steps:
|
|||||||
- rm -rf /drone/src/out
|
- rm -rf /drone/src/out
|
||||||
- mkdir -p /drone/src/out/
|
- mkdir -p /drone/src/out/
|
||||||
# windows build
|
# windows build
|
||||||
- wine c:/python/python.exe -m pip config --user set global.progress_bar off
|
- wine64 c:/python/python.exe -m pip config --user set global.progress_bar off
|
||||||
- wine c:/python/python.exe -m pip install --prefer-binary -r z:/drone/src/requirements.txt
|
- wine64 c:/python/python.exe -m pip install --prefer-binary -r z:/drone/src/requirements.txt
|
||||||
- wine c:/python/Scripts/pyinstaller.exe --onefile --name akmi-utils -y --distpath z:/drone/src/out z:/drone/src/widget.py
|
- wine64 c:/python/Scripts/pyinstaller.exe --onefile --name akmi-utils -y --distpath z:/drone/src/out z:/drone/src/widget.py
|
||||||
- cp -v out/akmi-utils.exe dist/
|
- cp -v out/akmi-utils.exe dist/
|
||||||
|
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user