mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 01:17:43 -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:
|
generate_exe:
|
||||||
image: python:3.8
|
image: tobix/pywine:3.12
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt update -y
|
- ./opt/mkuserwineprefix
|
||||||
- apt install wine -y
|
- wine py -m pip install pyinstaller
|
||||||
- pip install pyinstaller
|
- wine py -m pip install pysimplegui
|
||||||
- pyinstaller app.py
|
- wine py -m pip install requests
|
||||||
- wine dist/app.exe
|
- wine py -m pyinstaller mmm-nsf-changer.py
|
||||||
|
- wine dist/mmm-nsf-changer.exe
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/app.exe
|
- dist/mmm-nsf-changer.exe
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue