mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 01:17:43 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
0d63d3bc4e
commit
8d44e047b8
1 changed files with 1 additions and 3 deletions
|
|
@ -1,10 +1,8 @@
|
|||
|
||||
|
||||
generate_exe:
|
||||
image: python:3.8
|
||||
stage: build
|
||||
script:
|
||||
- cat /etc/*-release
|
||||
- sudo apt install wine
|
||||
- pip install pyinstaller
|
||||
- pyinstaller app.py
|
||||
- wine dist/app.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue