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
d2c5f307ed
commit
167122af52
1 changed files with 2 additions and 1 deletions
|
|
@ -2,10 +2,11 @@ generate_exe:
|
|||
image: python:3.8
|
||||
stage: build
|
||||
script:
|
||||
- apt update
|
||||
- apt install wine
|
||||
- pip install pyinstaller
|
||||
- pyinstaller app.py
|
||||
- wine dist/app.exe
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/app.exe
|
||||
- dist/app.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue