Argiris Deligiannidis ad8422827d
All checks were successful
continuous-integration/drone/push Build is passing
Create docker image
2024-02-01 19:56:27 +02:00
2024-02-01 19:56:27 +02:00
2024-02-01 19:56:27 +02:00
2024-02-01 19:56:27 +02:00

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
Description
No description provided
Readme 42 KiB
Languages
Dockerfile 100%