mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 09:27:46 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
27dba89f7d
commit
decbf868ab
1 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
generate_exe:
|
||||
image: tobix/pywine:3.12
|
||||
image: debian:bookworm
|
||||
stage: build
|
||||
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 pysimplegui
|
||||
- wine py -m pip install requests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue