mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 01:17:43 -04:00
Delete .gitlab-ci.yml
This commit is contained in:
parent
bbe37e8830
commit
1d8083796c
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
||||||
generate_exe:
|
|
||||||
image: debian:bookworm
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- apt update
|
|
||||||
- apt install wine wget -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
|
|
||||||
- wine py -m pyinstaller mmm-nsf-changer.py
|
|
||||||
- wine dist/mmm-nsf-changer.exe
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- dist/mmm-nsf-changer.exe
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue