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