mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 09:27:46 -04:00
Update .gitlab-ci.yml
This commit is contained in:
parent
0417eac02a
commit
dcebf042d1
1 changed files with 8 additions and 7 deletions
|
|
@ -1,12 +1,13 @@
|
|||
generate_exe:
|
||||
image: python:3.8
|
||||
image: tobix/pywine:3.12
|
||||
stage: build
|
||||
script:
|
||||
- apt update -y
|
||||
- apt install wine -y
|
||||
- pip install pyinstaller
|
||||
- pyinstaller app.py
|
||||
- wine dist/app.exe
|
||||
- ./opt/mkuserwineprefix
|
||||
- wine py -m pip install pyinstaller
|
||||
- wine py -m pip install pysimplegui
|
||||
- wine py -m pip install requests
|
||||
- wine py -m pyinstaller mmm-nsf-changer.py
|
||||
- wine dist/mmm-nsf-changer.exe
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/app.exe
|
||||
- dist/mmm-nsf-changer.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue