mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 01:17:43 -04:00
13 lines
357 B
YAML
13 lines
357 B
YAML
generate_exe:
|
|
image: tobix/pywine:3.12
|
|
stage: build
|
|
script:
|
|
- . /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/mmm-nsf-changer.exe
|