You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
|
4 months ago | |
---|---|---|
.drone.yaml | 4 months ago | |
Dockerfile | 4 months ago | |
LICENSE | 4 months ago | |
README.md | 4 months ago |
README.md
wine python windows builder
Python for windows container.
usage
example .drone.yaml
:
kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker.asperti.com/paspo/python-windows-builder
pull: always
commands:
# add dependancy
- wine c:/python/python.exe -m pip install cryptography
# prepare output directory
- mkdir -p /drone/src/out/
# build
- wine c:/python/Scripts/pyinstaller.exe --onefile --distpath z:/drone/src/out z:/drone/src/prepara_xml.py