This commit is contained in:
parent
544cc3aa53
commit
ead50983f2
@ -7,8 +7,8 @@ steps:
|
||||
image: python:alpine
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- pip install nuitka
|
||||
- apk add build-base
|
||||
- pip install nuitka
|
||||
- python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename "ProxmoxDeploy${DRONE_TAG##v}.exe"
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
|
Loading…
Reference in New Issue
Block a user