Update .gitlab-ci.yml file

This commit is contained in:
Timothy GFO 2023-11-15 20:10:26 +00:00
parent 27dba89f7d
commit decbf868ab

View file

@ -1,8 +1,11 @@
generate_exe: generate_exe:
image: tobix/pywine:3.12 image: debian:bookworm
stage: build stage: build
script: script:
- . /opt/mkuserwineprefix - apt update
- apt install wine -y
- wget "https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe"
- wine python-3.8.10.exe
- wine py -m pip install pyinstaller - wine py -m pip install pyinstaller
- wine py -m pip install pysimplegui - wine py -m pip install pysimplegui
- wine py -m pip install requests - wine py -m pip install requests